Skip to content

Commit a8935c9

Browse files
committed
reorder
1 parent e15ee1b commit a8935c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
project "ocgcore"
22
kind "StaticLib"
3+
cppdialect "C++17"
34

45
files { "*.cpp", "*.h" }
56
links { LUA_LIB_NAME }
6-
cppdialect "C++17"
77

88
if BUILD_LUA then
99
includedirs { "../lua/src" }

0 commit comments

Comments
 (0)