summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
blob: 946ff0a64c26f6abd116de599afefc00a15ea714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
remove_module_flags()
include_directories(.)

add_lldb_library(lldbPluginPlatformMacOSXObjCXX
  PlatformiOSSimulatorCoreSimulatorSupport.mm

  LINK_LIBS
    lldbCore
    lldbSymbol
    lldbTarget
    lldbUtility
    ${EXTRA_LIBS}

  LINK_COMPONENTS
    Object
    Support
  )