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

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

# define the ftp target
sfml_add_example(ftp
                 SOURCES ${SRC}
                 DEPENDS sfml-network)