Skip to content

Commit 86b1f63

Browse files
committed
updated base template
1 parent 3f0ea0d commit 86b1f63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/base/premake5.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ workspace("base")
55
configurations {"Debug", "Release"}
66

77
defines {
8+
"META_SHARED",
89
"GLM_FORCE_CTOR_INIT",
910
"GLM_ENABLE_EXPERIMENTAL",
1011
"GLM_FORCE_RADIANS",
@@ -81,12 +82,9 @@ workspace("base")
8182

8283
-- Project Files
8384
files {
84-
"src/**.h",
8585
"src/**.cpp",
86-
"lib/Qor/Qor/**.h",
8786
"lib/Qor/Qor/**.cpp",
88-
"lib/Qor/lib/kit/**.h",
89-
"lib/Qor/lib/kit/**.cpp"
87+
"lib/Qor/lib/kit/kit/**.cpp"
9088
}
9189

9290
-- Exluding Files
@@ -104,6 +102,7 @@ workspace("base")
104102
includedirs {
105103
"lib/Qor/",
106104
"lib/Qor/lib/kit",
105+
"lib/Qor/lib/kit/lib/local_shared_ptr",
107106
"/usr/local/include/",
108107
"/usr/include/bullet/",
109108
"/usr/include/rapidxml/",

0 commit comments

Comments
 (0)