Merge pull request #1 from yiwu-arbug/repo_init
Summary: Adding a cmake script so we can build static lib for Titan: * build static lib libtitan.a, titandb_bench, titandb_stress, and unit tests. * the script should generate the same compile and link flags (by copying part of rocksdb/CMakeLists.txt into cmake/rocksdb_flags.cmake) * See the new README.md file for build script usage Other changes: * updated README.md * updated header paths * remove titan_c.h and titan_c.cc, which is not being used anywhere * add a .gitignore Test Plan: ``` mkdir -p build; cd build; cmake .. -DROCKSDB_DIR=../rocksdb; make -j ctest -R titan ```
Showing
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
cmake/rocksdb_flags.cmake
0 → 100644
src/titan_c.cc
deleted
100644 → 0
Please
register
or
sign in
to comment