2014-09-30 22:07:25 +08:00
|
|
|
|
|
|
|
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/sound)
|
|
|
|
|
|
|
|
# all source files
|
|
|
|
set(SRC ${SRCROOT}/Sound.cpp)
|
|
|
|
|
|
|
|
# define the sound target
|
|
|
|
sfml_add_example(sound
|
|
|
|
SOURCES ${SRC}
|
2018-01-13 04:34:22 +08:00
|
|
|
DEPENDS sfml-audio sfml-system
|
|
|
|
INSTALL_RESOURCES_DIR)
|