SFML/examples/stencil/CMakeLists.txt

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)