1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-03 18:38:03 +08:00
SFML/examples/ftp/CMakeLists.txt

11 lines
234 B
CMake
Raw Normal View History

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)