mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +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()
|