Change project name to padlab

This commit is contained in:
2022-10-06 18:57:58 +11:00
parent ff040ce322
commit b7dea03e52
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(analogue C)
project(padlab C)
set(CMAKE_C_STANDARD 11)
set(TARGET analogue)
set(TARGET padlab)
set(SOURCES
maths.c maths.h
analogue.c)