mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
17 lines
392 B
CMake
17 lines
392 B
CMake
|
|
########### next target ###############
|
|
|
|
set(kio_kamera_PART_SRCS kamera.cpp )
|
|
|
|
|
|
kde4_add_plugin(kio_kamera ${kio_kamera_PART_SRCS})
|
|
|
|
|
|
target_link_libraries(kio_kamera ${KDE4_KIO_LIBS} ${GPHOTO2_LIBRARIES} )
|
|
|
|
install(TARGETS kio_kamera DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES camera.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|