vitastor/CMakeLists.txt

8 lines
100 B
CMake
Raw Normal View History

2021-02-18 02:07:34 +03:00
cmake_minimum_required(VERSION 2.8)
project(vitastor)
set(VERSION "0.6.8")
2021-04-20 01:01:32 +03:00
2021-02-18 02:14:09 +03:00
add_subdirectory(src)