Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2649
6 lines
186 B
CMake
6 lines
186 B
CMake
set(audit_src_files log.cpp)
|
|
|
|
add_library(mg-audit STATIC ${audit_src_files})
|
|
target_link_libraries(mg-audit json glog gflags fmt)
|
|
target_link_libraries(mg-audit mg-utils mg-storage-v2)
|