config.h.in --> glfw_config.h.in

This commit is contained in:
Andrew Corrigan
2013-10-04 09:41:08 -04:00
parent 8194f1e2ae
commit 34f1c298b6
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ include_directories(${GLFW_SOURCE_DIR}/src
${GLFW_BINARY_DIR}/src
${glfw_INCLUDE_DIRS})
set(common_HEADERS ${GLFW_BINARY_DIR}/src/config.h internal.h
set(common_HEADERS ${GLFW_BINARY_DIR}/src/glfw_config.h internal.h
${GLFW_SOURCE_DIR}/include/GLFW/glfw3.h
${GLFW_SOURCE_DIR}/include/GLFW/glfw3native.h)
set(common_SOURCES clipboard.c context.c gamma.c init.c input.c joystick.c