summaryrefslogtreecommitdiff
path: root/unittests/DebugInfo/CMakeLists.txt
blob: e844e95251ab2a69930d74d3989c72227c0572be (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  DebugInfo
  )

set(DebugInfoSources
  DWARFFormValueTest.cpp
  )

add_llvm_unittest(DebugInfoTests
  ${DebugInfoSources}
  )