SFML/examples/stencil/CMakeLists.txt
Kipernal eb07e1e6c5 Added support for stencil testing.
Co-authored-by: binary1248 <binary1248@hotmail.com>
Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
2024-01-29 08:13:14 -07:00

8 lines
175 B
CMake

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