Fixed clang build of celt. Moved -std=c++11 to demboyz project scope.
This commit is contained in:
parent
0aa1ade9ba
commit
0844c5bc19
@ -16,15 +16,13 @@ solution "demboyz"
|
|||||||
optimize "Full"
|
optimize "Full"
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
||||||
-- GCC specific build options.
|
|
||||||
configuration "gmake"
|
|
||||||
-- Enables C++11 support.
|
|
||||||
buildoptions { "-std=c++0x" }
|
|
||||||
configuration {}
|
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
configuration "gmake"
|
||||||
|
-- Enables C++11 support.
|
||||||
|
buildoptions { "-std=c++11" }
|
||||||
|
configuration {}
|
||||||
files
|
files
|
||||||
{
|
{
|
||||||
"../demboyz/**.h",
|
"../demboyz/**.h",
|
||||||
|
Loading…
Reference in New Issue
Block a user