obs-vst: Compile the vst plugin on linux

This commit is contained in:
Colin Edwards 2020-05-20 12:32:49 -05:00
parent 5a6b417fcc
commit bfc2063b1a
2 changed files with 5 additions and 7 deletions

View file

@ -64,12 +64,10 @@ else()
set(BROWSER_AVAILABLE_INTERNAL OFF CACHE BOOL "Internal global cmake variable" FORCE)
endif()
if(WIN32 OR APPLE)
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()
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()
add_subdirectory(image-source)

@ -1 +1 @@
Subproject commit bf94482077c3f6277f48d0703803ea241e14c6e3
Subproject commit 86698f5d0cfd0ec3d2489c4c74dcc16ba488bc20