summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-test/CMakeLists.txt
blob: 2ab1ceacdcd19739a0ce77be3426e6b3f5be68f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)

add_lldb_tool(lldb-test
  FormatUtil.cpp
  lldb-test.cpp
  SystemInitializerTest.cpp

  LINK_LIBS
    lldbBase
    lldbBreakpoint
    lldbCore
    lldbDataFormatters
    lldbExpression
    lldbHost
    lldbInitialization
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbUtility
    ${LLDB_ALL_PLUGINS}
    ${host_lib}

  LINK_COMPONENTS
    Support
  )
  
include_directories(${LLDB_SOURCE_DIR}/source)
OpenPOWER on IntegriCloud