aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/CMakeLists.txt
blob: 3edaead7577bc426bff2343b93204a336e6e64f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_qtc_plugin(ClangFormat
  CONDITION TARGET libclang
  DEPENDS Utils Qt5::Widgets clangFormat
  INCLUDES "${CLANG_INCLUDE_DIRS}"
  PLUGIN_DEPENDS Core TextEditor CppEditor CppTools ProjectExplorer
  SOURCES
    clangformatbaseindenter.cpp clangformatbaseindenter.h
    clangformatchecks.ui
    clangformatconfigwidget.cpp clangformatconfigwidget.h clangformatconfigwidget.ui
    clangformatconstants.h
    clangformatindenter.cpp clangformatindenter.h
    clangformatplugin.cpp clangformatplugin.h
    clangformatsettings.cpp clangformatsettings.h
    clangformatutils.cpp clangformatutils.h
)