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