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