summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt
blob: fd575532db4c7afa70c19ec7f16e60fc352e2920 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_lldb_library(lldbPluginObjectFileJIT PLUGIN
  ObjectFileJIT.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbSymbol
    lldbTarget
  LINK_COMPONENTS
    Support
  )
OpenPOWER on IntegriCloud