SFML/examples/raw_input/CMakeLists.txt

8 lines
180 B
CMake
Raw Permalink Normal View History

2020-05-29 00:28:37 +08:00
# all source files
set(SRC RawInput.cpp)
# define the raw_input target
sfml_add_example(raw_input GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics)