mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 09:47:43 +08:00
8 lines
151 B
CMake
8 lines
151 B
CMake
if(CONTINUABLE_UNIT_TESTS AND NOT TARGET gtest)
|
|
add_subdirectory(googletest)
|
|
endif()
|
|
|
|
if(NOT TARGET function2)
|
|
add_subdirectory(function2)
|
|
endif()
|