skeleton_use_leveldb
This is a C++ cmake project example using leveldb. It will automatically download leveldb and link it in target program.
Execute command below to build this project:
git clone git@github.com:zltl/skeleton_use_leveldb.git
mkdir -p build && cd build
cmake ..
make
# run target
./skeleton_use_leveldb