Turns out cstdint is c++11, so enabled c++11 on sourcesdk project.
This commit is contained in:
@ -20,7 +20,6 @@ solution "demboyz"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
configuration "gmake"
|
||||
-- Enables C++11 support.
|
||||
buildoptions { "-std=c++11" }
|
||||
configuration {}
|
||||
files
|
||||
|
@ -7,7 +7,9 @@ group "external"
|
||||
kind "StaticLib"
|
||||
language "C++"
|
||||
location (_ACTION .. "/" .. project().name)
|
||||
|
||||
configuration "gmake"
|
||||
buildoptions { "-std=c++11" }
|
||||
configuration {}
|
||||
includedirs
|
||||
{
|
||||
base_dir .. "include/",
|
||||
|
Reference in New Issue
Block a user