Add unit testes
This commit is contained in:
@@ -7,3 +7,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
add_subdirectory(ANSCustomHelmetDetection)
|
||||
add_subdirectory(ANSCustomFireNSmokeDetection)
|
||||
add_subdirectory(ANSCustomWeaponDetection)
|
||||
|
||||
# Unit & integration tests (Google Test)
|
||||
option(BUILD_TESTS "Build unit tests" ON)
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user