remove unused glm package
This commit is contained in:
@@ -13,7 +13,7 @@ target("TowerDefense")
|
|||||||
|
|
||||||
set_languages("c++17")
|
set_languages("c++17")
|
||||||
|
|
||||||
add_packages("zlib", "libsdl", "glew", "opengl", "glm")
|
add_packages("zlib", "libsdl", "glew", "opengl")
|
||||||
|
|
||||||
if is_os("windows") then
|
if is_os("windows") then
|
||||||
add_links("ws2_32") -- link network stuff
|
add_links("ws2_32") -- link network stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user