aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend/CMakeLists.txt
blob: 184ff60aeb83d3742c843aa2f8d545f8d0f8dcbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_qtc_executable(clangrefactoringbackend
  DEPENDS clangbackendipc
  INCLUDES source
  SOURCES
    clangrefactoringbackendmain.cpp
    source/clangquery.cpp source/clangquery.h
    source/clangrefactoringbackend_global.h
    source/clangtool.cpp source/clangtool.h
    source/findcursorusr.h
    source/findlocationsofusrs.h
    source/findusrforcursoraction.cpp source/findusrforcursoraction.h
    source/macropreprocessorcallbacks.cpp source/macropreprocessorcallbacks.h
    source/refactoringcompilationdatabase.cpp source/refactoringcompilationdatabase.h
    source/refactoringserver.cpp source/refactoringserver.h
    source/sourcelocationsutils.h
    source/symbolfinder.cpp source/symbolfinder.h
    source/symbollocationfinderaction.cpp source/symbollocationfinderaction.h
)