SFML/examples/joystick/CMakeLists.txt

8 lines
178 B
CMake
Raw Normal View History

2018-02-03 20:08:44 +08:00
# all source files
set(SRC Joystick.cpp)
2018-02-03 20:08:44 +08:00
# define the joystick target
sfml_add_example(joystick GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics)