Cdroid/tests/CMakeLists.txt

6 lines
154 B
CMake
Raw Permalink Normal View History

find_package(GTEST)
if (BUILD_CDROID_TESTS AND GTEST_FOUND)
add_subdirectory(gui)
add_subdirectory(porting)
2024-08-19 16:25:52 +08:00
endif(BUILD_CDROID_TESTS AND GTEST_FOUND)