Formatting.

This commit is contained in:
Camilla Berglund 2011-07-26 16:59:37 +02:00
parent 4c6e24c911
commit 673b42d8da
1 changed files with 2 additions and 10 deletions

View File

@ -22,16 +22,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${GLFW_BINARY_DIR}/src
${GLFW_INCLUDE_DIR})
set(common_SOURCES enable.c
error.c
fullscreen.c
gamma.c
init.c
input.c
joystick.c
opengl.c
time.c
window.c)
set(common_SOURCES enable.c error.c fullscreen.c gamma.c init.c input.c
joystick.c opengl.c time.c window.c)
if(_GLFW_COCOA_NSGL)
set(libglfw_SOURCES ${common_SOURCES} cocoa_enable.m cocoa_fullscreen.m