Install c-index-test also on CMake build, following up r140681.

llvm-svn: 140694
This commit is contained in:
NAKAMURA Takumi 2011-09-28 10:50:23 +00:00
parent 7d8241cf4f
commit 37a4674fdc
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ set_target_properties(c-index-test
PROPERTIES
LINKER_LANGUAGE CXX)
install(TARGETS c-index-test RUNTIME DESTINATION bin)