提交 bfc2063b 编写于 作者: C Colin Edwards

obs-vst: Compile the vst plugin on linux

上级 5a6b417f
......@@ -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)
......
Subproject commit bf94482077c3f6277f48d0703803ea241e14c6e3
Subproject commit 86698f5d0cfd0ec3d2489c4c74dcc16ba488bc20
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册