mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
10 lines
187 B
CMake
10 lines
187 B
CMake
ADD_OSQUERY_LIBRARY(TRUE osquery_config
|
|
config.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_LIBRARY(FALSE osquery_config_plugins
|
|
plugins/filesystem.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(FALSE config_tests config_tests.cpp)
|