forked from OSchip/llvm-project
Make sure that libCIndex links as a C++ library
llvm-svn: 83331
This commit is contained in:
parent
f6ab1f0a4d
commit
629f4811a0
clang/tools/CIndex
|
@ -21,3 +21,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
INSTALL_NAME_DIR "@executable_path/../lib"
|
||||
)
|
||||
endif()
|
||||
|
||||
set_target_properties(CIndex
|
||||
PROPERTIES
|
||||
LINKER_LANGUAGE CXX)
|
||||
|
|
Loading…
Reference in New Issue