summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Core/CMakeLists.txt
blob: 688a39d9a10ff320b57f96fb6942ac8f26652382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_lldb_unittest(LLDBCoreTests
  MangledTest.cpp
  RichManglingContextTest.cpp
  StreamCallbackTest.cpp
  UniqueCStringMapTest.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbSymbol
    lldbPluginObjectFileELF
    lldbPluginSymbolFileSymtab
    lldbUtilityHelpers
    LLVMTestingSupport
  LINK_COMPONENTS
    Support
  )
OpenPOWER on IntegriCloud