mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-15 04:57:04 -04:00
11 lines
123 B
CMake
11 lines
123 B
CMake
|
|
add_subdirectory(test-input)
|
|
|
|
if(WIN32)
|
|
add_subdirectory(win)
|
|
endif()
|
|
|
|
if(APPLE AND UNIX)
|
|
add_subdirectory(osx)
|
|
endif()
|