Make sure that c-index-test links as a C++ executable

llvm-svn: 83335
This commit is contained in:
Douglas Gregor 2009-10-05 22:29:42 +00:00
parent b6defa0994
commit 084a654334
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@ set( LLVM_LINK_COMPONENTS
add_clang_executable(c-index-test
c-index-test.c
)
set_target_properties(c-index-test
PROPERTIES
LINKER_LANGUAGE CXX)