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