Premake: Use C++14 flag; this may have an effect on the MSVC compiler in the future.
This commit is contained in:
parent
7ff05580c9
commit
9235616baa
@ -195,6 +195,7 @@ workspace "iw4x"
|
||||
project "iw4x"
|
||||
kind "SharedLib"
|
||||
language "C++"
|
||||
flags { "C++14" }
|
||||
files {
|
||||
"./src/**.rc",
|
||||
"./src/**.hpp",
|
||||
|
Loading…
Reference in New Issue
Block a user