This revision was automatically updated to reflect the committed changes.
Closed by commit rL317149: [clang-reorder-fields] Switch to add_clang_tool 
(authored by smeenai).

Repository:
  rL LLVM

https://reviews.llvm.org/D39523

Files:
  clang-tools-extra/trunk/clang-reorder-fields/tool/CMakeLists.txt


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)


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)
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to