mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
96c135b3c6
Pick up the DWARFLinker headers in MSVC projects
13 lines
241 B
CMake
13 lines
241 B
CMake
add_llvm_component_library(LLVMDWARFLinker
|
|
DWARFLinkerCompileUnit.cpp
|
|
DWARFLinkerDeclContext.cpp
|
|
DWARFLinker.cpp
|
|
DWARFStreamer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|