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"
|
project "iw4x"
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
flags { "C++14" }
|
||||||
files {
|
files {
|
||||||
"./src/**.rc",
|
"./src/**.rc",
|
||||||
"./src/**.hpp",
|
"./src/**.hpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user