mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Compiler flag cleanup
This commit is contained in:
@@ -8,6 +8,10 @@ else()
|
||||
link_libraries(${glfw_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
include_directories("${GLFW_SOURCE_DIR}/include"
|
||||
"${GLFW_SOURCE_DIR}/deps")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user