summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows/CMakeLists.txt
blob: 49a197cdaff361e8492faa016c370cd53327c4b2 (plain)
1
2
3
4
5
6
7
8
9
add_lldb_library(lldbPluginPlatformWindows PLUGIN
  PlatformWindows.cpp

   LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbHost
    lldbTarget
  )
OpenPOWER on IntegriCloud