summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
blob: 6f504d8149b50b34dc397267094f525c272b0b3e (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 LLVMTestingSupport)
OpenPOWER on IntegriCloud