Warning, /kdevelop/kdevelop/plugins/bazaar/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdevbazaar\")
0002 
0003 set(kdevbazaar_SRCS
0004     diffjob.cpp
0005     bzrannotatejob.cpp
0006     bazaarplugin.cpp
0007     bazaarpluginmetadata.cpp
0008     bazaarutils.cpp
0009     copyjob.cpp
0010 )
0011 
0012 kdevplatform_add_plugin(kdevbazaar SOURCES ${kdevbazaar_SRCS})
0013 
0014 target_link_libraries(kdevbazaar
0015     KDev::Vcs
0016 )
0017 
0018 add_subdirectory(icons)
0019 if(BUILD_TESTING)
0020     add_subdirectory(tests)
0021 endif()
0022 
0023 install(PROGRAMS org.kde.kdevelop_bzr.desktop DESTINATION ${KDE_INSTALL_APPDIR})