llvm-65816/unittests/DebugInfo/CMakeLists.txt

14 lines
171 B
CMake

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