mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
14 lines
254 B
CMake
14 lines
254 B
CMake
|
add_llvm_library(LLVMMC
|
||
|
DIContext.cpp
|
||
|
DWARFAbbreviationDeclaration.cpp
|
||
|
DWARFCompileUnit.cpp
|
||
|
DWARFContext.cpp
|
||
|
DWARFDebugAbbrev.cpp
|
||
|
DWARFDebugInfoEntry.cpp
|
||
|
DWARFFormValue.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_library_dependencies(LLVMDebugInfo
|
||
|
LLVMSupport
|
||
|
)
|