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"
|
||||
configuration {}
|
||||
|
||||
-- GCC specific build options.
|
||||
configuration "gmake"
|
||||
-- Enables C++11 support.
|
||||
buildoptions { "-std=c++0x" }
|
||||
configuration {}
|
||||
|
||||
project "demboyz"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
configuration "gmake"
|
||||
-- Enables C++11 support.
|
||||
buildoptions { "-std=c++11" }
|
||||
configuration {}
|
||||
files
|
||||
{
|
||||
"../demboyz/**.h",
|
||||
|
Loading…
Reference in New Issue
Block a user