[PATCH] Make clang-format editor integration files part of install target

Hans Wennborg hans at chromium.org
Tue Nov 12 11:42:45 PST 2013


Hi djasper, rnk,

http://llvm-reviews.chandlerc.com/D2154

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2154?vs=5474&id=5475#toc

Files:
  tools/clang-format/CMakeLists.txt

Index: tools/clang-format/CMakeLists.txt
===================================================================
--- tools/clang-format/CMakeLists.txt
+++ tools/clang-format/CMakeLists.txt
@@ -13,4 +13,9 @@
   )
 
 install(TARGETS clang-format RUNTIME DESTINATION bin)
+install(PROGRAMS clang-format-bbedit.applescript DESTINATION share/clang)
+install(PROGRAMS clang-format-diff.py DESTINATION share/clang)
+install(PROGRAMS clang-format-sublime.py DESTINATION share/clang)
+install(PROGRAMS clang-format.el DESTINATION share/clang)
+install(PROGRAMS clang-format.py DESTINATION share/clang)
 install(PROGRAMS git-clang-format DESTINATION bin)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2154.2.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131112/31ecd172/attachment.bin>


More information about the cfe-commits mailing list