mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
14 lines
171 B
CMake
14 lines
171 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
debuginfo
|
||
|
object
|
||
|
support
|
||
|
)
|
||
|
|
||
|
set(DebugInfoSources
|
||
|
DWARFFormValueTest.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(DebugInfoTests
|
||
|
${DebugInfoSources}
|
||
|
)
|