Index: clang-tools-extra/trunk/clang-reorder-fields/tool/CMakeLists.txt =================================================================== --- clang-tools-extra/trunk/clang-reorder-fields/tool/CMakeLists.txt +++ clang-tools-extra/trunk/clang-reorder-fields/tool/CMakeLists.txt @@ -1,4 +1,4 @@ -add_clang_executable(clang-reorder-fields ClangReorderFields.cpp) +add_clang_tool(clang-reorder-fields ClangReorderFields.cpp) target_link_libraries(clang-reorder-fields clangBasic @@ -8,5 +8,3 @@ clangTooling clangToolingCore ) - -install(TARGETS clang-reorder-fields RUNTIME DESTINATION bin)