mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
Turn off warnings
This commit is contained in:
parent
8a96738c07
commit
a36f9a6a29
@ -2,6 +2,7 @@ project "GLFW"
|
|||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
staticruntime "off"
|
staticruntime "off"
|
||||||
|
warnings "off"
|
||||||
|
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||||
|
Loading…
Reference in New Issue
Block a user