Create a display.

This commit is contained in:
Nicolás Ortega Froysa
2018-03-25 14:27:10 +02:00
parent 8c19b96bb7
commit 768f80a362
5 changed files with 109 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ include_directories(
SYSTEM ${ALLEG5_INCLUDE_DIRS})
set(SRCS
src/main.c)
src/main.c
src/display.c)
add_definitions(-DVERSION="${TARGET_VERSION}")