]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/app/subdir.mk
added argument interpreter
[l2e.git] / Debug / src / app / subdir.mk
index 645d8eda5d62884af8b66cca8386a4b13019570b..8fad388622e8a78baa916580f11755e2e458e935 100644 (file)
@@ -5,14 +5,17 @@
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
 ../src/app/Application.cpp \
+../src/app/Arguments.cpp \
 ../src/app/Input.cpp 
 
 OBJS += \
 ./src/app/Application.o \
+./src/app/Arguments.o \
 ./src/app/Input.o 
 
 CPP_DEPS += \
 ./src/app/Application.d \
+./src/app/Arguments.d \
 ./src/app/Input.d