mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
7 lines
86 B
CMake
7 lines
86 B
CMake
|
|
add_subdirectory(everest)
|
||
|
|
|
||
|
|
set(src_thirdparty
|
||
|
|
${src_everest}
|
||
|
|
PARENT_SCOPE
|
||
|
|
)
|