Renamed support directory to deps.

This commit is contained in:
Camilla Berglund
2013-04-17 15:42:21 +02:00
parent 1c4f7525d5
commit f06a700307
14 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ else()
endif()
include_directories(${GLFW_SOURCE_DIR}/include
${GLFW_SOURCE_DIR}/support)
${GLFW_SOURCE_DIR}/deps)
if (MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
@@ -20,8 +20,8 @@ if (NOT APPLE)
include_directories(${OPENGL_INCLUDE_DIR})
endif()
set(GETOPT ${GLFW_SOURCE_DIR}/support/getopt.h
${GLFW_SOURCE_DIR}/support/getopt.c)
set(GETOPT ${GLFW_SOURCE_DIR}/deps/getopt.h
${GLFW_SOURCE_DIR}/deps/getopt.c)
if (APPLE)
# Set fancy names for bundles