memgraph/src/storage/v2/CMakeLists.txt

7 lines
200 B
CMake
Raw Normal View History

set(storage_v2_src_files
vertex_accessor.cpp
storage.cpp)
add_library(mg-storage-v2 STATIC ${storage_v2_src_files})
target_link_libraries(mg-storage-v2 Threads::Threads mg-utils glog gflags)