continuable/dep/CMakeLists.txt
2017-03-01 13:35:57 +01:00

8 lines
124 B
CMake

if(NOT TARGET gtest)
add_subdirectory(googletest)
endif()
if(NOT TARGET function2)
add_subdirectory(function2)
endif()