Move X11EmbedContainer to submodule

This commit is contained in:
Lukas W
2017-08-05 12:33:59 +02:00
parent d9626e9e3b
commit def2b7d509
8 changed files with 10 additions and 1197 deletions

View File

@@ -28,7 +28,7 @@ SET(REMOTE_VST_PLUGIN_FILEPATH "RemoteVstPlugin" CACHE STRING "Relative file pat
ADD_DEFINITIONS(-DREMOTE_VST_PLUGIN_FILEPATH="${REMOTE_VST_PLUGIN_FILEPATH}")
BUILD_PLUGIN(vstbase vst_base.cpp VstPlugin.cpp VstPlugin.h communication.h MOCFILES VstPlugin.h)
TARGET_LINK_LIBRARIES(vstbase x11embedcontainer)
TARGET_LINK_LIBRARIES(vstbase qx11embedcontainer)
IF(LMMS_BUILD_LINUX AND NOT WANT_VST_NOWINE)