forked from OSchip/llvm-project
Make sure that c-index-test links as a C++ executable
llvm-svn: 83335
This commit is contained in:
parent
b6defa0994
commit
084a654334
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue