Turn off warnings

This commit is contained in:
Mohit Sethi 2022-12-25 01:08:49 +05:30
parent 8a96738c07
commit a36f9a6a29

View File

@ -2,6 +2,7 @@ project "GLFW"
kind "StaticLib"
language "C"
staticruntime "off"
warnings "off"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")