SFML/examples/sound_capture/CMakeLists.txt
2010-08-19 15:59:24 +00:00

11 lines
271 B
CMake

set(SRCROOT ${CMAKE_SOURCE_DIR}/examples/sound_capture)
# all source files
set(SRC ${SRCROOT}/SoundCapture.cpp)
# define the sound-capture target
sfml_add_example(sound-capture
SOURCES ${SRC}
DEPENDS sfml-audio sfml-system)