Skip to content

Commit d708170

Browse files
committed
premake5
1 parent 2b28ca8 commit d708170

File tree

2 files changed

+8
-67
lines changed

2 files changed

+8
-67
lines changed

premake4.lua

Lines changed: 0 additions & 66 deletions
This file was deleted.

premake5.lua

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ workspace("kit")
33

44
configurations {"Debug", "Release"}
55

6-
defines { "GLM_FORCE_RADIANS", "GLM_ENABLE_EXPERIMENTAL", "DO_NOT_USE_WMAIN", "NOMINMAX" }
6+
defines {
7+
"GLM_FORCE_CTOR_INIT",
8+
"GLM_FORCE_RADIANS",
9+
"GLM_ENABLE_EXPERIMENTAL",
10+
"DO_NOT_USE_WMAIN",
11+
"NOMINMAX"
12+
}
713

814
-- Debug Config
915
configuration "Debug"
@@ -42,6 +48,7 @@ workspace("kit")
4248
includedirs {
4349
"/usr/local/include/",
4450
"/usr/include/bullet/",
51+
"/usr/include/rapidxml/",
4552
"/usr/include/raknet/DependentExtensions"
4653
}
4754

0 commit comments

Comments
 (0)