summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
blob: 57ee46316e03f23f8a80180b01ec6e4688bbd8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
add_lldb_unittest(SymbolFileDWARFTests
  DWARFASTParserClangTests.cpp
  SymbolFileDWARFTests.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbSymbol
    lldbPluginObjectFilePECOFF
    lldbPluginSymbolFileDWARF
    lldbPluginSymbolFilePDB
    lldbUtilityHelpers
  LINK_COMPONENTS
    Support
    DebugInfoPDB
  )

set(test_inputs
   test-dwarf.exe)

add_unittest_inputs(SymbolFileDWARFTests "${test_inputs}")
OpenPOWER on IntegriCloud