aboutsummaryrefslogtreecommitdiff
path: root/Premake5.lua
diff options
context:
space:
mode:
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' }