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:
parent
007f92f517
commit
96c135b3c6
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user