SFML/examples/sound/CMakeLists.txt
2025-01-04 18:08:47 -07:00

8 lines
158 B
CMake

# all source files
set(SRC Sound.cpp)
# define the sound target
sfml_add_example(sound
SOURCES ${SRC}
DEPENDS SFML::Audio)