SFML/examples/raw_input/CMakeLists.txt
2024-06-04 13:24:10 -06:00

8 lines
180 B
CMake

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