10 lines
148 B
CMake
10 lines
148 B
CMake
add_lldb_library(lldbPluginPlatformNetBSD PLUGIN
|
|
PlatformNetBSD.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbTarget
|
|
)
|