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

8 lines
175 B
CMake
Raw Normal View History

# all source files
set(SRC Stencil.cpp)
# define the stencil target
sfml_add_example(stencil GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics)