Added missing headers to library target.

This commit is contained in:
Camilla Berglund
2013-06-17 10:26:57 +02:00
parent 305c66db31
commit 01ccc56423
2 changed files with 20 additions and 18 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ if (MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
set(common_HEADERS ${GLFW_SOURCE_DIR}/include/GLFW/glfw3.h internal.h)
set(common_HEADERS ${GLFW_BINARY_DIR}/src/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
monitor.c time.c window.c)