Well sort of, the `osquery_sdk_pluginsdk` target w...
# core
s
Well sort of, the
osquery_sdk_pluginsdk
target which is the target that is used to have the extension link almost all that's necessary, was linking to
osquery_headers
. Removing that target will mean that all the libraries that should be linked by extensions have to be specified in
osquery_sdk_pluginsdk
👍 1