set up api chain
This commit is contained in:
2
snapshot/CMakeLists.txt
Normal file
2
snapshot/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
add_library(snapshot STATIC src/snapshot.cpp)
|
||||
target_link_libraries(snapshot libzstd_static)
|
4
snapshot/include/snapshot/snapshot.h
Normal file
4
snapshot/include/snapshot/snapshot.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef SNAP_SHOT_H
|
||||
#define SNAP_SHOT_H
|
||||
|
||||
#endif // SNAP_SHOT_H
|
2
snapshot/src/snapshot.cpp
Normal file
2
snapshot/src/snapshot.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include "snapshot/snapshot.h"
|
||||
#include <zstd.h>
|
Reference in New Issue
Block a user