Index: clang-query/tool/CMakeLists.txt =================================================================== --- clang-query/tool/CMakeLists.txt +++ clang-query/tool/CMakeLists.txt @@ -1,6 +1,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..) -add_clang_executable(clang-query ClangQuery.cpp) +add_clang_executable(clang-query + ClangQuery.cpp + ) target_link_libraries(clang-query PRIVATE clangAST Index: clang-reorder-fields/tool/CMakeLists.txt =================================================================== --- clang-reorder-fields/tool/CMakeLists.txt +++ clang-reorder-fields/tool/CMakeLists.txt @@ -1,4 +1,6 @@ -add_clang_tool(clang-reorder-fields ClangReorderFields.cpp) +add_clang_tool(clang-reorder-fields + ClangReorderFields.cpp + ) target_link_libraries(clang-reorder-fields PRIVATE