Merge pull request #2677 from Fastigium/carlacompile

Add C++11 compile flag to the carla plugin as well
This commit is contained in:
Tres Finocchiaro
2016-03-15 09:25:02 -04:00

View File

@@ -1,4 +1,7 @@
if(LMMS_HAVE_CARLA)
# Enable C++11
ADD_DEFINITIONS(-std=c++0x)
INCLUDE(BuildPlugin)
INCLUDE_DIRECTORIES(${CARLA_INCLUDE_DIRS})
LINK_DIRECTORIES(${CARLA_LIBRARY_DIRS})