mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
12 lines
248 B
CMake
12 lines
248 B
CMake
if(CONTINUABLE_UNIT_TESTS AND NOT TARGET gtest)
|
|
add_subdirectory(googletest)
|
|
endif()
|
|
|
|
if(CONTINUABLE_UNIT_TESTS AND NOT TARGET cxx_function)
|
|
add_subdirectory(cxx_function)
|
|
endif()
|
|
|
|
if(NOT TARGET function2)
|
|
add_subdirectory(function2)
|
|
endif()
|