1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[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 007f92f517
commit 96c135b3c6

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
)