Enable C++11 on Windows

This commit is contained in:
Javier Serrano Polo
2017-01-04 15:14:24 +01:00
committed by Lukas W
parent 6395cd4c41
commit e3d3052e42

View File

@@ -3,7 +3,7 @@ IF(LMMS_SUPPORT_VST)
INCLUDE(BuildPlugin)
IF(LMMS_BUILD_WIN32)
ADD_DEFINITIONS(-DPTW32_STATIC_LIB)
ADD_DEFINITIONS(-DPTW32_STATIC_LIB -std=c++0x)
ADD_EXECUTABLE(RemoteVstPlugin "${CMAKE_CURRENT_SOURCE_DIR}/RemoteVstPlugin.cpp")
IF(QT5)