diff options
Diffstat (limited to '')
| -rw-r--r-- | premake5.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 34d98dd..1804d09 100644 --- a/premake5.lua +++ b/premake5.lua @@ -18,12 +18,14 @@ else links({ "lua" }) end -includedirs({ lua_inc_path }) +includedirs({ lua_inc_path, "lib/hashmap" }) libdirs({ lua_lib_path }) files({ "src/**.h", "src/**.c", + "lib/hashmap/**.h", + "lib/hashmap/**.c", }) defines({ 'LUSH_VERSION="0.0.1"' }) |
