This commit is contained in:
Camilla Berglund
2013-06-17 11:58:46 +02:00
parent 1de60a4ff7
commit 10017b27bb
5 changed files with 61 additions and 85 deletions

View File

@@ -11,10 +11,6 @@ endif()
include_directories(${GLFW_SOURCE_DIR}/include
${GLFW_SOURCE_DIR}/deps)
if (MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
if (NOT APPLE)
# HACK: This is NOTFOUND on OS X 10.8
include_directories(${OPENGL_INCLUDE_DIR})