mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
8 lines
180 B
CMake
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)
|