So yeah... seems -stdc++11 work for xaudio2.cpp
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1304 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
d00bf52812
commit
b0bd6e779f
|
@ -1,6 +1,6 @@
|
||||||
#Do not use this file directly. Always use the top level CMakeLists.txt file
|
#Do not use this file directly. Always use the top level CMakeLists.txt file
|
||||||
# This build is much easier if we just do it here.
|
# This build is much easier if we just do it here.
|
||||||
|
SET( CMAKE_CXX_FLAGS -std=c++11 )
|
||||||
# not yet implemented
|
# not yet implemented
|
||||||
option( ENABLE_CAIRO "Enable Cairo rendering for the wxWidgets port" ON )
|
option( ENABLE_CAIRO "Enable Cairo rendering for the wxWidgets port" ON )
|
||||||
if( WIN32 )
|
if( WIN32 )
|
||||||
|
|
Loading…
Reference in New Issue