mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
21 lines
400 B
CMake
21 lines
400 B
CMake
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kio_floppy_PART_SRCS kio_floppy.cpp program.cpp )
|
|
|
|
|
|
kde4_add_plugin(kio_floppy ${kio_floppy_PART_SRCS})
|
|
|
|
|
|
target_link_libraries(kio_floppy ${KDE4_KIO_LIBS} )
|
|
|
|
install(TARGETS kio_floppy DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES floppy.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
|
|
|