obs-studio/test/CMakeLists.txt

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

16 lines
219 B
CMake
Raw Normal View History

if(BUILD_TESTS)
add_subdirectory(test-input)
if(OS_WINDOWS)
add_subdirectory(win)
endif()
if(OS_MACOS)
add_subdirectory(osx)
endif()
endif()
if(ENABLE_UNIT_TESTS)
add_subdirectory(cmocka)
endif()