mirror of
https://github.com/glfw/glfw.git
synced 2025-04-16 18:24:57 +00:00
Added getopt dependency to events text.
This commit is contained in:
parent
7ef7beb9fb
commit
dbdf01d4a0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ set(TINYCTHREAD ${GLFW_SOURCE_DIR}/deps/tinycthread.h
|
|||
|
||||
add_executable(clipboard clipboard.c ${GETOPT})
|
||||
add_executable(defaults defaults.c)
|
||||
add_executable(events events.c)
|
||||
add_executable(events events.c ${GETOPT})
|
||||
add_executable(fsaa fsaa.c ${GETOPT})
|
||||
add_executable(gamma gamma.c ${GETOPT})
|
||||
add_executable(glfwinfo glfwinfo.c ${GETOPT})
|
||||
|
|
Loading…
Add table
Reference in a new issue