mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 14:05:49 -04:00
12 lines
152 B
CMake
12 lines
152 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfo
|
|
)
|
|
|
|
set(DebugInfoSources
|
|
DWARFFormValueTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(DebugInfoTests
|
|
${DebugInfoSources}
|
|
)
|