mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
10 lines
232 B
CMake
10 lines
232 B
CMake
ADD_OSQUERY_LIBRARY(osquery_database
|
|
db_handle.cpp
|
|
query.cpp
|
|
results.cpp
|
|
)
|
|
|
|
ADD_OSQUERY_TEST(query_tests query_tests.cpp)
|
|
ADD_OSQUERY_TEST(db_handle_tests db_handle_tests.cpp)
|
|
ADD_OSQUERY_TEST(results_tests results_tests.cpp)
|