- New command-line tool: vitastor-cli - Implement layer (snapshot/clone) merge and delete - Remove 'bool' from the C header - Fix a very rare flusher stall - More diagnostics now printed for slow ops in the log
8 lines
100 B
CMake
8 lines
100 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(vitastor)
|
|
|
|
set(VERSION "0.6.6")
|
|
|
|
add_subdirectory(src)
|