mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
11 lines
245 B
CMake
11 lines
245 B
CMake
ADD_OSQUERY_LIBRARY(TRUE osquery_distributed
|
|
distributed.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_LIBRARY(FALSE osquery_distributed_plugins
|
|
plugins/tls.cpp
|
|
)
|
|
|
|
file(GLOB OSQUERY_DISTRIBUTED_TESTS "tests/*.cpp")
|
|
ADD_OSQUERY_TEST(FALSE ${OSQUERY_DISTRIBUTED_TESTS})
|