SFML/examples/event_handling/CMakeLists.txt

8 lines
195 B
CMake
Raw Permalink Normal View History

2024-06-30 22:13:51 +08: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)