SFML/examples/sound/CMakeLists.txt

12 lines
261 B
CMake
Raw Normal View History

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-03-21 02:46:57 +08:00
DEPENDS sfml-audio
RESOURCES_DIR resources)