mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-11-29 10:48:49 +08:00
6 lines
154 B
CMake
Executable File
6 lines
154 B
CMake
Executable File
find_package(GTEST)
|
|
if (BUILD_CDROID_TESTS AND GTEST_FOUND)
|
|
add_subdirectory(gui)
|
|
add_subdirectory(porting)
|
|
endif(BUILD_CDROID_TESTS AND GTEST_FOUND)
|