mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +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
|
|
)
|