aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
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"' })
>2-32/+43 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually auto...Gravatar Andrew D. France 1-38/+25 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including the...Gravatar Andrew D. France 2-9/+7