feat: Add option CLANG_LINK_DYLIB for static build

This commit is contained in:
DragonBillow 2021-12-01 14:51:37 +08:00 committed by GitHub
parent 5a48e6c419
commit 5f16129409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,8 @@ endif()
find_package(Clang REQUIRED)
if(CLANG_LINK_CLANG_DYLIB)
option(CLANG_LINK_DYLIB ${CLANG_LINK_CLANG_DYLIB})
if(CLANG_LINK_DYLIB)
target_link_libraries(ccls PRIVATE clang-cpp)
else()
target_link_libraries(ccls PRIVATE