mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
8 lines
143 B
CMake
8 lines
143 B
CMake
ADD_OSQUERY_LIBRARY(osquery_config
|
|
config.cpp
|
|
plugins/filesystem.cpp
|
|
plugins/glog.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(config_tests config_tests.cpp)
|