Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov 10a5fd6abb Release 0.9.5
A hotfix to 0.9.4 containing only one bugfix: 100% CPU usage in the new QEMU
driver caused by the lack of eventfd reset on io_uring event handling :)
2023-07-21 00:04:41 +03:00

8 lines
103 B
CMake

cmake_minimum_required(VERSION 2.8.12)
project(vitastor)
set(VERSION "0.9.5")
add_subdirectory(src)