1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-14 01:40:05 +08:00

8 lines
195 B
CMake
Raw Normal View History

2024-06-30 16:13:51 +02:00
# all source files
set(SRC EventHandling.cpp)
# define the event_handling target
sfml_add_example(event_handling GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics)