mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
7 lines
157 B
CMake
7 lines
157 B
CMake
ADD_OSQUERY_LIBRARY(TRUE osquery_registry
|
|
registry.cpp
|
|
)
|
|
|
|
file(GLOB OSQUERY_REGISTRY_TESTS "tests/*.cpp")
|
|
ADD_OSQUERY_TEST(TRUE ${OSQUERY_REGISTRY_TESTS})
|