hanchenye-llvm-project/llvm/unittests/DebugInfo/CMakeLists.txt

12 lines
152 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfo
)
set(DebugInfoSources
DWARFFormValueTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)