u01: Change project name

The task requires this.
This commit is contained in:
Simon Bruder 2023-04-22 14:26:37 +02:00
parent 51ce26359f
commit 71ad2f80cd

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(ecg-u01)
project(ecg_tree)
add_library(tree SHARED node.cpp)
# ~~~~~~