yolobs-studio/test/CMakeLists.txt

17 lines
212 B
CMake
Raw Normal View History

2016-02-23 23:16:51 +00:00
2020-10-01 20:15:25 +00:00
if(BUILD_TESTS)
add_subdirectory(test-input)
2016-02-23 23:16:51 +00:00
2020-10-01 20:15:25 +00:00
if(WIN32)
add_subdirectory(win)
endif()
if(APPLE AND UNIX)
add_subdirectory(osx)
endif()
2016-02-23 23:16:51 +00:00
endif()
2020-10-01 20:15:25 +00:00
if (ENABLE_UNIT_TESTS)
add_subdirectory(cmocka)
2016-02-23 23:16:51 +00:00
endif()