[lldb/Plugin] Don't mark ProcessNetBSD as a plugin
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Feb 2020 22:34:49 +0000 (14:34 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Feb 2020 22:35:49 +0000 (14:35 -0800)
commit3ee281082737d18585abff3b482a7ab86af73b5a
tree4e1f07bc99a39ae6e9a311199a07bf3d38aef7ec
parent6d60d8695d2066c9ef9360603c88ce938ca65491
[lldb/Plugin] Don't mark ProcessNetBSD as a plugin

ProcessNetBSD has no initializers so it's just a regular library and
shouldn't have the PLUGIN argument in add_lldb_library.
lldb/source/Plugins/Process/NetBSD/CMakeLists.txt