forked from OSchip/llvm-project
Install c-index-test also on CMake build, following up r140681.
llvm-svn: 140694
This commit is contained in:
parent
7d8241cf4f
commit
37a4674fdc
|
@ -13,3 +13,4 @@ set_target_properties(c-index-test
|
|||
PROPERTIES
|
||||
LINKER_LANGUAGE CXX)
|
||||
|
||||
install(TARGETS c-index-test RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue