From b5445d3fae2fca61ed036a4e88f061903965db7a Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 22 Oct 2020 19:00:52 +0200 Subject: [BUILD] add systemd service file for dnbd3-server to installation targets --- pkg/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/CMakeLists.txt (limited to 'pkg/CMakeLists.txt') diff --git a/pkg/CMakeLists.txt b/pkg/CMakeLists.txt new file mode 100644 index 0000000..3112696 --- /dev/null +++ b/pkg/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required(VERSION 3.10) + +# set the project name +project(dnbd3-pkg) + +add_subdirectory(config) +add_subdirectory(systemd) -- cgit v1.2.3-55-g7522