2014-09-30 16:07:25 +02:00
|
|
|
# all source files
|
2022-06-12 10:48:48 -06:00
|
|
|
set(SRC SoundCapture.cpp)
|
2014-09-30 16:07:25 +02:00
|
|
|
|
|
|
|
# define the sound-capture target
|
|
|
|
sfml_add_example(sound-capture
|
|
|
|
SOURCES ${SRC}
|
2021-12-28 22:28:50 -07:00
|
|
|
DEPENDS SFML::Audio)
|