summaryrefslogtreecommitdiff
path: root/examples/win32/CMakeLists.txt
blob: bd952c5e63ceee70740d716d2fdd8f15c41a8101 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/win32)

# all source files
set(SRC ${SRCROOT}/Win32.cpp)

# define the win32 target
sfml_add_example(win32 GUI_APP
                 SOURCES ${SRC}
                 DEPENDS sfml-graphics
                 RESOURCES_DIR resources)