mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 21:21:33 +00:00
Modularise drawing code a little
This commit is contained in:
@ -4,6 +4,7 @@ set(CMAKE_C_STANDARD 99)
|
||||
set(TARGET padlab)
|
||||
set(SOURCES
|
||||
maths.c maths.h
|
||||
draw.c draw.h
|
||||
analogue.c)
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
Reference in New Issue
Block a user