1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-05 03:18:03 +08:00
SFML/examples/ftp/CMakeLists.txt
2010-08-19 15:59:24 +00:00

11 lines
234 B
CMake

set(SRCROOT ${CMAKE_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)