mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
9 lines
272 B
CMake
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)
|