From d1ac26bd942cda347d1ee8166fe8a3705330bf5e Mon Sep 17 00:00:00 2001 From: Per Malmberg Date: Sun, 6 Sep 2020 13:52:16 +0200 Subject: [PATCH] Add top-level project name. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 051ba98..31146a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.6) +project(top) add_subdirectory(libcron) add_subdirectory(test)