mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
15 lines
365 B
CMake
15 lines
365 B
CMake
project(kioslave-ftp)
|
|
|
|
include_directories(${KDE4_KIO_INCLUDES})
|
|
|
|
########### next target ###############
|
|
|
|
kde4_add_plugin(kio_ftp ftp.cpp)
|
|
|
|
target_link_libraries(kio_ftp ${KDE4_KDECORE_LIBS} kio)
|
|
|
|
install(TARGETS kio_ftp DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
########### install files ###############
|
|
|
|
install(FILES ftp.protocol DESTINATION ${SERVICES_INSTALL_DIR})
|