gateway_android/unit_test/test/CMakeLists.txt

11 lines
170 B
CMake
Raw Normal View History

2024-10-31 08:25:18 +00:00
if(onvif)
add_subdirectory(${PROJECT_SOURCE_DIR}/unit_test/test/onvif)
endif()
if(hello)
add_subdirectory(${PROJECT_SOURCE_DIR}/unit_test/test/hello)
endif()