SFML/examples/win32/CMakeLists.txt

9 lines
210 B
CMake
Raw Normal View History

# all source files
set(SRC Win32.cpp)
# define the win32 target
sfml_add_example(win32 GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics
RESOURCES_DIR resources)