mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
removing old tools
This commit is contained in:
parent
bb46cd31b4
commit
d75ec8fa2f
@ -3,6 +3,3 @@ TARGET_LINK_LIBRARIES(flag_test gflags glog)
|
||||
|
||||
ADD_EXECUTABLE(registry_test registry_test.cpp)
|
||||
TARGET_LINK_LIBRARIES(registry_test gflags glog osquery_static)
|
||||
|
||||
ADD_EXECUTABLE(test test.cpp)
|
||||
TARGET_LINK_LIBRARIES(test osquery_static)
|
||||
|
@ -1,8 +0,0 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "osquery/core.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
osquery::core::initOsquery(argc, argv);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user