From dc3bc312a2efd3bc4c42b13d888b25b82f2af5f7 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Mon, 29 Aug 2022 15:57:56 +0300 Subject: [PATCH] Update makefiles --- Debug/src/graphics/subdir.mk | 3 +++ 1 file changed, 3 insertions(+) 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 \