osquery-1/tools/CMakeLists.txt
2014-08-28 17:36:59 -07:00

9 lines
272 B
CMake

ADD_EXECUTABLE(flag_test flag_test.cpp)
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)