mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
8 lines
195 B
CMake
8 lines
195 B
CMake
# all source files
|
|
set(SRC EventHandling.cpp)
|
|
|
|
# define the event_handling target
|
|
sfml_add_example(event_handling GUI_APP
|
|
SOURCES ${SRC}
|
|
DEPENDS SFML::Graphics)
|