Setup initial cube sample

This commit is contained in:
Wellinator
2021-04-07 08:17:10 -03:00
parent 11717f42eb
commit e43fae88e8
12 changed files with 218 additions and 64 deletions
+3 -2
View File
@@ -3,9 +3,10 @@ EE_BIN = cube.elf
TYRA_DIR = ./../../engine
EE_OBJS = \
managers/light_manager.o \
managers/light_manager.o \
objects/cube.o \
camera.o \
cube.o \
cubes.o \
main.o
EE_LIBS = -ltyra