X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgraphics%2Fsubdir.mk;h=1f5268e567c9c2ca42d7873c1b16e7a31eb436db;hb=e9bdecf5f58fb9e5b2c067c20d0ce70f54f9ecb7;hp=c755a65ad3f45555602c49fe91c1b97171d85316;hpb=4d4b40f06357392931cb309d0284875c40c2f2f0;p=l2e.git diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index c755a65..1f5268e 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/Animation.cpp \ +../src/graphics/Camera.cpp \ ../src/graphics/ComplexAnimation.cpp \ ../src/graphics/Font.cpp \ ../src/graphics/Frame.cpp \ @@ -15,6 +16,7 @@ CPP_SRCS += \ OBJS += \ ./src/graphics/Animation.o \ +./src/graphics/Camera.o \ ./src/graphics/ComplexAnimation.o \ ./src/graphics/Font.o \ ./src/graphics/Frame.o \ @@ -25,6 +27,7 @@ OBJS += \ CPP_DEPS += \ ./src/graphics/Animation.d \ +./src/graphics/Camera.d \ ./src/graphics/ComplexAnimation.d \ ./src/graphics/Font.d \ ./src/graphics/Frame.d \