2014-09-30 14:07:25 +00:00
|
|
|
|
|
|
|
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/pong)
|
|
|
|
|
|
|
|
# all source files
|
|
|
|
set(SRC ${SRCROOT}/Pong.cpp)
|
|
|
|
|
|
|
|
# define the pong target
|
|
|
|
sfml_add_example(pong GUI_APP
|
|
|
|
SOURCES ${SRC}
|
2018-03-20 18:46:57 +00:00
|
|
|
DEPENDS sfml-audio sfml-graphics
|
2018-01-12 23:19:56 +00:00
|
|
|
RESOURCES_DIR resources)
|