mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-06 00:30:14 +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
|
|
)
|