Add C++17 flag for visual studio (hopefully in the right place)

This commit is contained in:
Vas Crabb 2020-11-15 07:15:23 +11:00
parent a1169c5620
commit d1666d2ec9

View File

@ -483,6 +483,9 @@ configuration { "vs20*" }
buildoptions {
"/bigobj",
}
buildoptions_cpp {
"/std:c++17",
}
flags {
"ExtraWarnings",
}