continuable/dep/CMakeLists.txt
Denis Blank a7cdb16370 Remove cxx_function from dep
* This is no longer needed
2018-03-12 10:54:00 +01:00

14 lines
263 B
CMake

if(NOT TARGET function2)
add_subdirectory(function2)
endif()
if (CTI_CONTINUABLE_WITH_TESTS OR CTI_CONTINUABLE_WITH_EXAMPLES)
if(NOT TARGET gtest)
add_subdirectory(googletest)
endif()
if(NOT TARGET asio)
add_subdirectory(asio)
endif()
endif()