obs-studio/test/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
212 B
CMake
Raw Normal View History

if(BUILD_TESTS)
add_subdirectory(test-input)
if(WIN32)
add_subdirectory(win)
endif()
if(APPLE AND UNIX)
add_subdirectory(osx)
endif()
endif()
if (ENABLE_UNIT_TESTS)
add_subdirectory(cmocka)
endif()