aboutsummaryrefslogtreecommitdiff
path: root/Premake5.lua
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2016-11-05 02:20:51 +0100
committerLectem <lectem@gmail.com>2016-11-05 03:56:39 +0100
commit32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (patch)
treea4a2d72479fbd26b7b7ede6f97d6133dc3388021 /Premake5.lua
parent0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff)
fix cmake dependency and move headers to include
Diffstat (limited to 'Premake5.lua')
-rw-r--r--Premake5.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/Premake5.lua b/Premake5.lua
index 8805a62..ad996d5 100644
--- a/Premake5.lua
+++ b/Premake5.lua
@@ -22,6 +22,8 @@ solution 'StormLib'
'src/pklib/crc32.c',
'src/zlib/compress.c',
}
+
+ includedirs { "include" }
filter 'configurations:Debug*'
flags { 'Symbols' }