mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-16 22:20:56 +00:00
7 lines
86 B
CMake
7 lines
86 B
CMake
|
add_subdirectory(everest)
|
||
|
|
||
|
set(src_thirdparty
|
||
|
${src_everest}
|
||
|
PARENT_SCOPE
|
||
|
)
|