Premake: Use C++14 flag; this may have an effect on the MSVC compiler in the future.

This commit is contained in:
/dev/urandom 2016-08-13 20:11:06 +02:00
parent 7ff05580c9
commit 9235616baa
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -195,6 +195,7 @@ workspace "iw4x"
project "iw4x"
kind "SharedLib"
language "C++"
flags { "C++14" }
files {
"./src/**.rc",
"./src/**.hpp",