osquery-1/osquery/config/CMakeLists.txt

8 lines
148 B
CMake
Raw Normal View History

ADD_OSQUERY_CORE_LIBRARY(osquery_config
2014-07-31 00:35:19 +00:00
config.cpp
plugins/filesystem.cpp
2014-10-03 02:44:45 +00:00
plugins/glog.cpp
2014-07-31 00:35:19 +00:00
)
2014-09-23 02:54:59 +00:00
ADD_OSQUERY_TEST(config_tests config_tests.cpp)