Add VST Plugin

Closes jp9000/obs-studio#750
This commit is contained in:
Colin Edwards
2017-01-05 15:13:57 -06:00
committed by jp9000
parent ab40281e2f
commit 94d4698c7f
3 changed files with 10 additions and 1 deletions

View File

@@ -55,6 +55,12 @@ if(WIN32 OR APPLE)
message(STATUS "obs-browser submodule not found! Please fetch submodules. obs-browser plugin disabled.")
endif()
endif()
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/obs-vst/CMakeLists.txt")
add_subdirectory(obs-vst)
else()
message(STATUS "obs-vst submodule not found! Please fetch/update submodules. obs-vst plugin disabled.")
endif()
endif()
add_subdirectory(image-source)