From abb6291c564eae9fd5743c413f0d0793cb0b70ea Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 22 Apr 2023 14:26:37 +0200 Subject: [PATCH] u01: Change project name The task requires this. --- u01/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u01/CMakeLists.txt b/u01/CMakeLists.txt index 4c7844b..8851be7 100644 --- a/u01/CMakeLists.txt +++ b/u01/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20) -project(ecg-u01) +project(ecg_tree) add_library(tree SHARED node.cpp) # ~~~~~~