1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
llvm-mirror/unittests/DebugInfo/CMakeLists.txt

14 lines
171 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
debuginfo
object
support
)
set(DebugInfoSources
DWARFFormValueTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)