add buildoption enabling c++11
This commit is contained in:
parent
d009d019d2
commit
cd3cfae1ff
@ -12,6 +12,11 @@ solution "demboyz"
|
|||||||
["Source Files"] = { "../**.cpp" }
|
["Source Files"] = { "../**.cpp" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- GCC specific build options.
|
||||||
|
configuration "gmake"
|
||||||
|
-- Enables C++11 support.
|
||||||
|
buildoptions { "-std=c++0x" }
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
Loading…
Reference in New Issue
Block a user