Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov fb2f7a0d3c Release 0.6.6
- 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
2021-10-19 02:26:37 +03:00

8 lines
100 B
CMake

cmake_minimum_required(VERSION 2.8)
project(vitastor)
set(VERSION "0.6.6")
add_subdirectory(src)