mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
23 lines
382 B
CMake
23 lines
382 B
CMake
|
|
|
|
add_subdirectory( kcmcgi )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kio_cgi_PART_SRCS cgi.cpp )
|
|
|
|
|
|
kde4_add_plugin(kio_cgi ${kio_cgi_PART_SRCS})
|
|
|
|
|
|
target_link_libraries(kio_cgi ${KDE4_KIO_LIBS} )
|
|
|
|
install(TARGETS kio_cgi DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES cgi.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|