a991fe8e4d
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1550 4e206d99-4929-0410-ac5d-dfc041789085
11 lines
240 B
CMake
11 lines
240 B
CMake
|
|
set(SRCROOT ${CMAKE_SOURCE_DIR}/examples/sound)
|
|
|
|
# all source files
|
|
set(SRC ${SRCROOT}/Sound.cpp)
|
|
|
|
# define the sound target
|
|
sfml_add_example(sound
|
|
SOURCES ${SRC}
|
|
DEPENDS sfml-audio sfml-system)
|