0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
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()