summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-11-17 05:09:18 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-11-17 05:09:18 +0000
commit9dc1b0f29d7f93536740038ff3264eeccb0a4d6d (patch)
tree5098a236b492c8ecc9507ed34f29a95ff3e21433 /clang-tools-extra/modularize
parentb8c3ad1d0561f5ce4e3e8042637b9e9736ab4887 (diff)
downloadbcm5719-llvm-9dc1b0f29d7f93536740038ff3264eeccb0a4d6d.tar.gz
bcm5719-llvm-9dc1b0f29d7f93536740038ff3264eeccb0a4d6d.zip
modularize: add install rule
This allows modularize to be installed. Previously, no install rule would be created for it. llvm-svn: 253310
Diffstat (limited to 'clang-tools-extra/modularize')
-rw-r--r--clang-tools-extra/modularize/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/modularize/CMakeLists.txt b/clang-tools-extra/modularize/CMakeLists.txt
index 7de809ce640..17d1eb19d25 100644
--- a/clang-tools-extra/modularize/CMakeLists.txt
+++ b/clang-tools-extra/modularize/CMakeLists.txt
@@ -19,3 +19,7 @@ target_link_libraries(modularize
clangLex
clangTooling
)
+
+install(TARGETS modularize
+ RUNTIME DESTINATION bin
+ COMPONENT clang-extras)
OpenPOWER on IntegriCloud