mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
15 lines
369 B
Text
15 lines
369 B
Text
![]() |
add_subdirectory(tests)
|
||
|
|
||
|
########### kio_archive ###############
|
||
|
|
||
|
set(kio_archive_SRCS kio_archive.cpp )
|
||
|
|
||
|
kde4_add_plugin(kio_archive ${kio_archive_SRCS})
|
||
|
|
||
|
target_link_libraries(kio_archive ${KDE4_KIO_LIBS} )
|
||
|
|
||
|
install(TARGETS kio_archive DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||
|
install( FILES tar.protocol ar.protocol zip.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|
||
|
|
||
|
|