[cmake] LLVMDWARFLinker - add include/llvm/DWARFLinker header path

Pick up the DWARFLinker headers in MSVC projects
This commit is contained in:
Simon Pilgrim 2020-04-18 12:09:21 +01:00
parent 2333ea1e70
commit f1f2acf9e1

View File

@ -4,6 +4,9 @@ add_llvm_component_library(LLVMDWARFLinker
DWARFLinker.cpp
DWARFStreamer.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
DEPENDS
intrinsics_gen
)