2010-08-19 23:59:24 +08:00
|
|
|
|
2011-08-07 21:33:42 +08:00
|
|
|
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/sound)
|
2010-08-19 23:59:24 +08:00
|
|
|
|
|
|
|
# all source files
|
|
|
|
set(SRC ${SRCROOT}/Sound.cpp)
|
|
|
|
|
|
|
|
# define the sound target
|
|
|
|
sfml_add_example(sound
|
|
|
|
SOURCES ${SRC}
|
|
|
|
DEPENDS sfml-audio sfml-system)
|