xref: /aosp_15_r20/external/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoDWARF
3  )
4
5set(DebugInfoSources
6  DWARFFormValueTest.cpp
7  )
8
9add_llvm_unittest(DebugInfoDWARFTests
10  ${DebugInfoSources}
11  )
12