mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 21:21:33 +00:00
Change project name to padlab
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||||||
project(analogue C)
|
project(padlab C)
|
||||||
set(CMAKE_C_STANDARD 11)
|
set(CMAKE_C_STANDARD 11)
|
||||||
set(TARGET analogue)
|
set(TARGET padlab)
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
maths.c maths.h
|
maths.c maths.h
|
||||||
analogue.c)
|
analogue.c)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define CAPTION "Analogue"
|
#define CAPTION "PadLab"
|
||||||
#define WINDOW_WIDTH 512
|
#define WINDOW_WIDTH 512
|
||||||
#define WINDOW_HEIGHT 288
|
#define WINDOW_HEIGHT 288
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user