osquery-1/osquery/registry/CMakeLists.txt

6 lines
117 B
CMake
Raw Normal View History

2015-02-03 05:21:36 +00:00
ADD_OSQUERY_LIBRARY(TRUE osquery_registry
2015-01-30 18:44:25 +00:00
registry.cpp
)
2015-02-03 05:21:36 +00:00
ADD_OSQUERY_TEST(TRUE registry_tests registry_tests.cpp)