summaryrefslogblamecommitdiffstats
path: root/pkg/CMakeLists.txt
blob: 30603458b2b80eebc94ea11df3972e723d2cce47 (plain) (tree)
1
2
3
4
5
6
7
8


                                    

                    


                         
cmake_minimum_required(VERSION 3.10)

# set the project name
project(dnbd3-pkg
        LANGUAGES C)

add_subdirectory(config)
add_subdirectory(systemd)