SFML/examples/event_handling/CMakeLists.txt
2024-07-08 15:16:20 -06:00

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)