DEBSOURCES
Skip Quicknav
sources / libsfml / 3.0.1%2Bdfsg-1 / examples / sound / CMakeLists.txt
12345678
# all source files set(SRC Sound.cpp) # define the sound target sfml_add_example(sound SOURCES ${SRC} DEPENDS SFML::Audio RESOURCES_DIR resources)