summaryrefslogtreecommitdiff
path: root/unittests/DebugInfo/CodeView/CMakeLists.txt
blob: d06ccfaba72a9b86143d40c03ba486175c129006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  DebugInfoCodeView
  )

set(DebugInfoCodeViewSources
  RandomAccessVisitorTest.cpp
  TypeHashingTest.cpp
  TypeIndexDiscoveryTest.cpp
  )

add_llvm_unittest(DebugInfoCodeViewTests
  ${DebugInfoCodeViewSources}
  )

target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)