Updated build system to now download and include glm library
This commit is contained in:
@@ -8,6 +8,7 @@ local output_name = args[1] .. '.exe'
|
||||
local include_dirs = "-I\"" .. table.concat({
|
||||
"include",
|
||||
"thirdparty/glfw/include",
|
||||
"thirdparty/glm",
|
||||
vulkan_sdk_dir .. "/Include",
|
||||
vulkan_sdk_dir .. "/Include/vulkan",
|
||||
"tests/" .. args[1] .. '/include'
|
||||
|
||||
Reference in New Issue
Block a user