Files
tromcho.net/CMakeLists.txt
Vitaliy Filippov 2020608a39 Release 0.6.10
- Implement a storage plugin for Proxmox. Now you can use Vitastor with Proxmox!
- Implement `vitastor-cli df` (pool space usage statistics) command
- Add glob pattern support for `vitastor-cli ls`
- Fix several bugs in other CLI commands (resize, create --parent, modify --readonly)
- Use 512 byte logical block size in QEMU driver by default (and thus don't require to set it in QEMU options)
2021-12-10 21:40:12 +03:00

8 lines
101 B
CMake

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