2 lines
92 B
CMake
2 lines
92 B
CMake
add_library(snapshot STATIC src/snapshot.cpp)
|
|
target_link_libraries(snapshot libzstd_static) |