1 get_filename_component(ClangApplyReplacementsLocation
2 "${CMAKE_CURRENT_SOURCE_DIR}/../../clang-apply-replacements/include" REALPATH)
3 get_filename_component(CommonIncLocation
4 "${CMAKE_CURRENT_SOURCE_DIR}/../include" REALPATH)
6 ${ClangApplyReplacementsLocation}
10 add_extra_unittest(ClangApplyReplacementsTests
11 ApplyReplacementsTest.cpp
14 clang_target_link_libraries(ClangApplyReplacementsTests
18 clangToolingRefactoring
20 target_link_libraries(ClangApplyReplacementsTests
22 clangApplyReplacements