Updated build system to now download and include glm library

This commit is contained in:
2025-07-10 00:45:35 +10:00
parent e4258318ee
commit d9fb50c1a4
3 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ local output_name = "basalt.lib"
local include_dirs = "-I\"" .. table.concat({
"include",
"thirdparty/glfw/include",
"thirdparty/glm",
vulkan_sdk_dir .. "/Include",
vulkan_sdk_dir .. "/Include/vulkan",
}, "\" -I\"") .. '\"'