to add more info to this: in cmake any `add_librar...
# core
s
to add more info to this: in cmake any
add_library
(except for INTERFACE),
add_executable
,
add_custom_target
(or
add_osquery_library
,
add_osquery_executable
) is a target you can build on its own. If everything is expressed correctly it will automatically build all that's necessary for that specific target.