mirror of
https://github.com/SFML/SFML.git
synced 2025-01-19 07:45:13 +08:00
8 lines
169 B
CMake
8 lines
169 B
CMake
# all source files
|
|
set(SRC Win32.cpp)
|
|
|
|
# define the win32 target
|
|
sfml_add_example(win32 GUI_APP
|
|
SOURCES ${SRC}
|
|
DEPENDS SFML::Graphics)
|