fix windows build

This commit is contained in:
2021-08-22 11:27:13 +02:00
parent a774b88c0b
commit d2340b3858

View File

@@ -16,7 +16,7 @@ target("Tower Defense")
add_links("glfw", "GL", "pthread") add_links("glfw", "GL", "pthread")
end end
if is_os("windows") then if is_os("windows") then
add_links("glfw3dll", "opengl32", "ws2_32", "mingw32") add_links("glfw3", "opengl32", "ws2_32", "mingw32", "gdi32", "imm32")
end end
if is_mode("release") then if is_mode("release") then