1add_lldb_library(lldbPluginPlatformOpenBSD PLUGIN 2 PlatformOpenBSD.cpp 3 4 LINK_LIBS 5 lldbBreakpoint 6 lldbCore 7 lldbHost 8 lldbTarget 9 ) 10