compile
[kdegraphics.git] / kamera / kioslave / CMakeLists.txt
blobf55a986e19280cd7921239034ddb730a7e6dddb2
3 include_directories(${GPHOTO2_INCLUDE_DIRS})
6 ########### next target ###############
8 set(kio_kamera_PART_SRCS kamera.cpp )
11 kde4_add_plugin(kio_kamera ${kio_kamera_PART_SRCS})
14 target_link_libraries(kio_kamera  ${KDE4_KIO_LIBS} ${GPHOTO2_LIBRARIES}  )
16 install(TARGETS kio_kamera  DESTINATION ${PLUGIN_INSTALL_DIR} )
19 ########### install files ###############
21 install( FILES camera.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )