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