Updated build system to now download and include glm library
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
local function download_requirements()
|
||||
-- Git module is not yet implemented, so delegate to the command-line
|
||||
local argv = {
|
||||
{"clone https://github.com/glfw/glfw.git thirdparty/glfw"}
|
||||
{"clone https://github.com/glfw/glfw.git thirdparty/glfw"},
|
||||
{"clone https://github.com/g-truc/glm.git thirdparty/glm"}
|
||||
}
|
||||
local ec, stdout, stderr = platform.exec_parallel("git", 1, argv)
|
||||
for i,ec in pairs(ec) do
|
||||
|
||||
Reference in New Issue
Block a user