mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
10 lines
252 B
CMake
10 lines
252 B
CMake
ADD_OSQUERY_LIBRARY(TRUE osquery_database
|
|
db_handle.cpp
|
|
query.cpp
|
|
results.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(TRUE query_tests query_tests.cpp)
|
|
ADD_OSQUERY_TEST(TRUE db_handle_tests db_handle_tests.cpp)
|
|
ADD_OSQUERY_TEST(TRUE results_tests results_tests.cpp)
|