mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
8 lines
148 B
CMake
8 lines
148 B
CMake
ADD_LIBRARY(osquery_registry OBJECT
|
|
registry.cpp
|
|
)
|
|
|
|
SET_OSQUERY_COMPILE(osquery_registry)
|
|
|
|
ADD_OSQUERY_TEST(registry_tests registry_tests.cpp "")
|