mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 01:00:38 +00:00
Added missing getopt.c file.
This commit is contained in:
parent
8907019e34
commit
a76e891295
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include ${OPENGL_INCLUDE_DIR}
|
|||
|
||||
add_executable(defaults defaults.c)
|
||||
add_executable(events events.c)
|
||||
add_executable(iconify iconify.c)
|
||||
add_executable(iconify iconify.c getopt.c)
|
||||
add_executable(joysticks joysticks.c)
|
||||
add_executable(peter peter.c)
|
||||
add_executable(reopen reopen.c)
|
||||
add_executable(version version.c)
|
||||
add_executable(version version.c getopt.c)
|
||||
|
||||
if(APPLE)
|
||||
# Set fancy names for bundles
|
||||
|
|
Loading…
Add table
Reference in a new issue