License & Readme 'n stuff

This commit is contained in:
2022-10-06 19:09:03 +11:00
parent b7dea03e52
commit 2fa6be7780
4 changed files with 33 additions and 5 deletions

View File

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