CMake: libclang shall be named libclang.so, not liblibclang.so.

It is not possible to simply change that target name to `clang'
because we already have one.

llvm-svn: 124972
This commit is contained in:
Oscar Fuentes 2011-02-05 20:00:13 +00:00
parent 606c4ac325
commit c9fe3b94a5
1 changed files with 1 additions and 0 deletions

View File

@ -60,5 +60,6 @@ endif(MSVC)
set_target_properties(libclang
PROPERTIES
PREFIX "" # Otherwise we get liblibclang.so
LINKER_LANGUAGE CXX
DEFINE_SYMBOL _CINDEX_LIB_)