continuable/dep/CMakeLists.txt
2017-10-04 19:46:30 +02:00

16 lines
329 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(CONTINUABLE_UNIT_TESTS AND NOT TARGET asio)
add_subdirectory(asio)
endif()
if(NOT TARGET function2)
add_subdirectory(function2)
endif()