From: NAKAMURA Takumi Date: Wed, 28 Sep 2011 10:50:23 +0000 (+0000) Subject: Install c-index-test also on CMake build, following up r140681. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b58404d18e4b58f2e5abbb8a6428fa6d3e266002;p=clang Install c-index-test also on CMake build, following up r140681. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt index 45ad9e35c6..c44b34b820 100644 --- a/tools/c-index-test/CMakeLists.txt +++ b/tools/c-index-test/CMakeLists.txt @@ -13,3 +13,4 @@ set_target_properties(c-index-test PROPERTIES LINKER_LANGUAGE CXX) +install(TARGETS c-index-test RUNTIME DESTINATION bin)