Fix no newlines warnings. Patch by Peter Oberndorfer
[kdevelopdvcssupport.git] / plugins / mercurial / CMakeLists.txt
blob887169f1a1e1fff348a605c4bc47774c6f5a3d07
1 add_definitions(-DKDE_DEFAULT_DEBUG_AREA=9526)
2 add_subdirectory(tests)
4 ########### next target ###############
6 set(kdevhg_PART_SRCS
7     hgplugin.cpp
8     hgexecutor.cpp
11 kde4_add_plugin(kdevhg ${kdevhg_PART_SRCS})
13 target_link_libraries(kdevhg
14     ${KDE4_KDEUI_LIBS}
15     kdevplatformutil
16     kdevplatforminterfaces
17     kdevplatformvcs
18     kdevplatformproject
21 install(TARGETS kdevhg DESTINATION ${PLUGIN_INSTALL_DIR} )
24 ########### install files ###############
25 install( FILES kdevhg.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
26 install( FILES kdevhg.rc DESTINATION ${DATA_INSTALL_DIR}/kdevhg )