summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/NetBSD/CMakeLists.txt
blob: 5e63f10980672404f2f8c12ea8bc41e5805a9dd5 (plain)
1
2
3
4
5
6
7
8
9
add_lldb_library(lldbPluginPlatformNetBSD PLUGIN
  PlatformNetBSD.cpp

   LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbHost
    lldbTarget
  )
OpenPOWER on IntegriCloud