We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15ee1b commit a8935c9Copy full SHA for a8935c9
1 file changed
premake5.lua
@@ -1,9 +1,9 @@
1
project "ocgcore"
2
kind "StaticLib"
3
+ cppdialect "C++17"
4
5
files { "*.cpp", "*.h" }
6
links { LUA_LIB_NAME }
- cppdialect "C++17"
7
8
if BUILD_LUA then
9
includedirs { "../lua/src" }
0 commit comments