2014-09-30 16:07:25 +02: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 19:46:57 +01:00
|
|
|
DEPENDS sfml-audio sfml-graphics
|
2018-01-13 00:19:56 +01:00
|
|
|
RESOURCES_DIR resources)
|