1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-14 01:40:05 +08:00

9 lines
199 B
CMake
Raw Normal View History

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