diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index 0797e63c..73d9da31 100644 --- a/Debug/src/graphics/subdir.mk +++ b/Debug/src/graphics/subdir.mk @@ -5,6 +5,7 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/graphics/Batch2D.cpp \ +../src/graphics/Batch3D.cpp \ ../src/graphics/Font.cpp \ ../src/graphics/LineBatch.cpp \ ../src/graphics/Mesh.cpp \ @@ -14,6 +15,7 @@ CPP_SRCS += \ OBJS += \ ./src/graphics/Batch2D.o \ +./src/graphics/Batch3D.o \ ./src/graphics/Font.o \ ./src/graphics/LineBatch.o \ ./src/graphics/Mesh.o \ @@ -23,6 +25,7 @@ OBJS += \ CPP_DEPS += \ ./src/graphics/Batch2D.d \ +./src/graphics/Batch3D.d \ ./src/graphics/Font.d \ ./src/graphics/LineBatch.d \ ./src/graphics/Mesh.d \