]> granicus.if.org Git - clang/commitdiff
Install c-index-test also on CMake build, following up r140681.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Sep 2011 10:50:23 +0000 (10:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 28 Sep 2011 10:50:23 +0000 (10:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140694 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-index-test/CMakeLists.txt

index 45ad9e35c6efb5fc482bdf6ec2f77ea02385bdf5..c44b34b8205010401a65e479934919f3b71f4807 100644 (file)
@@ -13,3 +13,4 @@ set_target_properties(c-index-test
   PROPERTIES
   LINKER_LANGUAGE CXX)
 
+install(TARGETS c-index-test RUNTIME DESTINATION bin)