2011/9/28 Ted Kremenek <[email protected]>: > 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
