We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0ea0d commit 86b1f63Copy full SHA for 86b1f63
templates/base/premake5.lua
@@ -5,6 +5,7 @@ workspace("base")
5
configurations {"Debug", "Release"}
6
7
defines {
8
+ "META_SHARED",
9
"GLM_FORCE_CTOR_INIT",
10
"GLM_ENABLE_EXPERIMENTAL",
11
"GLM_FORCE_RADIANS",
@@ -81,12 +82,9 @@ workspace("base")
81
82
83
-- Project Files
84
files {
- "src/**.h",
85
"src/**.cpp",
86
- "lib/Qor/Qor/**.h",
87
"lib/Qor/Qor/**.cpp",
88
- "lib/Qor/lib/kit/**.h",
89
- "lib/Qor/lib/kit/**.cpp"
+ "lib/Qor/lib/kit/kit/**.cpp"
90
}
91
92
-- Exluding Files
@@ -104,6 +102,7 @@ workspace("base")
104
102
includedirs {
105
103
"lib/Qor/",
106
"lib/Qor/lib/kit",
+ "lib/Qor/lib/kit/lib/local_shared_ptr",
107
"/usr/local/include/",
108
"/usr/include/bullet/",
109
"/usr/include/rapidxml/",
0 commit comments