summaryrefslogtreecommitdiff
path: root/examples/ftp/CMakeLists.txt
blob: 7ef9684220918c9ca0819a80edbb47d918e77cc5 (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 sfml-system)