DEBSOURCES
Skip Quicknav
sources / libsfml / 3.0.1%2Bdfsg-1 / examples / stencil / CMakeLists.txt
1234567
# all source files set(SRC Stencil.cpp) # define the stencil target sfml_add_example(stencil GUI_APP SOURCES ${SRC} DEPENDS SFML::Graphics)