Commit 68d4cc02 authored by Nanahira's avatar Nanahira Committed by GitHub

add cppdialect for server mode (#25)

parent ff76e571
...@@ -6,6 +6,7 @@ end ...@@ -6,6 +6,7 @@ end
project "ygopro" project "ygopro"
if SERVER_MODE then if SERVER_MODE then
kind "ConsoleApp" kind "ConsoleApp"
cppdialect "C++14"
defines { "YGOPRO_SERVER_MODE" } defines { "YGOPRO_SERVER_MODE" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment