summaryrefslogtreecommitdiffstats
path: root/pkg/CMakeLists.txt
blob: 3112696f3a5e0e25f7b69d29a3b0b61d639a6438 (plain) (blame)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.10)

# set the project name
project(dnbd3-pkg)

add_subdirectory(config)
add_subdirectory(systemd)