[cfe-commits] r140681 - /cfe/trunk/tools/c-index-test/Makefile

NAKAMURA Takumi geek4civic at gmail.com
Wed Sep 28 03:40:23 PDT 2011


2011/9/28 Ted Kremenek <kremenek at apple.com>:
> Author: kremenek
> Date: Tue Sep 27 23:39:41 2011
> New Revision: 140681
>
> URL: http://llvm.org/viewvc/llvm-project?rev=140681&view=rev
> Log:
> Install c-index-test as part of install-clang-c Makefile rule.
>
> Modified:
>    cfe/trunk/tools/c-index-test/Makefile

Ted, may I update also cmake to install c-index-test?
(Or, it's trivial and could be committed by anyone)

--- 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)

--

Please let me know the background why c-index-test should be
installed, if you could tell. :)
In past, I supposed c-index-test might not need to be installed.

...Takumi




More information about the cfe-commits mailing list