mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting.
This commit is contained in:
parent
4c6e24c911
commit
673b42d8da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user