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