aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/JITLoader/GDB/CMakeLists.txt
blob: 25e8d1ee231ffaf74f2ade018fa50dc4cdb481b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_directories(.)

add_lldb_library(lldbPluginJITLoaderGDB PLUGIN
  JITLoaderGDB.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbUtility
  LINK_COMPONENTS
    Support
  )