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

set(DebugInfoCodeViewSources
  RandomAccessVisitorTest.cpp
  TypeIndexDiscoveryTest.cpp
  )

add_llvm_unittest(DebugInfoCodeViewTests
  ${DebugInfoCodeViewSources}
  )

target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)