mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
12 lines
373 B
CMake
12 lines
373 B
CMake
########### kio_applications ###############
|
|
|
|
kde4_add_plugin(kio_applications kio_applications.cpp)
|
|
|
|
target_link_libraries(kio_applications ${KDE4_KIO_LIBS} )
|
|
|
|
install(TARGETS kio_applications DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES programs.protocol applications.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|