osquery-1/osquery/config/CMakeLists.txt

9 lines
160 B
CMake
Raw Normal View History

2014-09-06 01:12:37 +00:00
ADD_LIBRARY(osquery_config OBJECT
2014-07-31 00:35:19 +00:00
config.cpp
plugins/filesystem.cpp
)
2014-09-06 01:12:37 +00:00
SET_OSQUERY_COMPILE(osquery_config)
2014-09-23 02:54:59 +00:00
ADD_OSQUERY_TEST(config_tests config_tests.cpp)