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