mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
12 lines
162 B
CMake
12 lines
162 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
DebugInfoDWARF
|
||
|
)
|
||
|
|
||
|
set(DebugInfoSources
|
||
|
DWARFFormValueTest.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(DebugInfoDWARFTests
|
||
|
${DebugInfoSources}
|
||
|
)
|