mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
6 lines
128 B
CMake
6 lines
128 B
CMake
if (CONCRETELANG_UNIT_TESTS)
|
|
add_subdirectory(unittest)
|
|
add_subdirectory(Support)
|
|
add_subdirectory(TestLib)
|
|
endif()
|