Make sure that libCIndex links as a C++ library

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2009-10-05 22:25:29 +00:00
Родитель 4c83f7cf50
Коммит 2588830b88
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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)