mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
18 lines
353 B
CMake
18 lines
353 B
CMake
ADD_OSQUERY_LIBRARY(TRUE osquery_dispatcher
|
|
dispatcher.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(TRUE
|
|
dispatcher/tests/dispatcher_tests.cpp
|
|
)
|
|
|
|
# The following dispatcher ("runner") implementations are additional.
|
|
ADD_OSQUERY_LIBRARY(FALSE osquery_dispatcher_runners
|
|
scheduler.cpp
|
|
distributed.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(FALSE
|
|
dispatcher/tests/scheduler_tests.cpp
|
|
)
|