1 # Link LibCURL if the user wants it
3 set(imported_libs CURL::libcurl)
6 # Link cpp-httplib if the user wants it
7 if (LLVM_ENABLE_HTTPLIB)
8 set(imported_libs ${imported_libs} httplib::httplib)
11 # Make sure pthread is linked if this is a unix host
13 set(imported_libs ${imported_libs} ${LLVM_PTHREAD_LIB})
16 # Note: This isn't a component, since that could potentially add a libcurl
17 # dependency to libLLVM.
18 add_llvm_library(LLVMDebuginfod
24 ADDITIONAL_HEADER_DIRS
25 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Debuginfod