2018-02-03 20:08:44 +08:00
|
|
|
# all source files
|
2022-06-13 00:48:48 +08:00
|
|
|
set(SRC Joystick.cpp)
|
2018-02-03 20:08:44 +08:00
|
|
|
|
|
|
|
# define the joystick target
|
|
|
|
sfml_add_example(joystick GUI_APP
|
|
|
|
SOURCES ${SRC}
|
2025-01-05 08:28:51 +08:00
|
|
|
DEPENDS SFML::Graphics)
|