summaryrefslogtreecommitdiff
path: root/examples/joystick/CMakeLists.txt
blob: 8d92f03de84a1b97be395200deaf5ca202b7d739 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/joystick)

# all source files
set(SRC ${SRCROOT}/Joystick.cpp)

# define the joystick target
sfml_add_example(joystick GUI_APP
                 SOURCES ${SRC}
                 DEPENDS sfml-graphics
                 RESOURCES_DIR resources)