mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
15 lines
338 B
Text
15 lines
338 B
Text
![]() |
set(kio_nfs_PART_SRCS kio_nfs.cpp mount_xdr.c nfs_prot_xdr.c )
|
||
|
|
||
|
|
||
|
kde4_add_plugin(kio_nfs ${kio_nfs_PART_SRCS})
|
||
|
|
||
|
|
||
|
target_link_libraries(kio_nfs ${KDE4_KIO_LIBS})
|
||
|
|
||
|
install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||
|
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install( FILES nfs.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|