]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/app/subdir.mk
added Input class for handling user input
[l2e.git] / Release / src / app / subdir.mk
index 555eb00b74789670b4fd06c7e795db1f48498979..e0bc8c4457527cddfb6a0995e74d6e0d60d4c562 100644 (file)
@@ -4,13 +4,16 @@
 
 # Add inputs and outputs from these tool invocations to the build variables 
 CPP_SRCS += \
-../src/app/Application.cpp 
+../src/app/Application.cpp \
+../src/app/Input.cpp 
 
 OBJS += \
-./src/app/Application.o 
+./src/app/Application.o \
+./src/app/Input.o 
 
 CPP_DEPS += \
-./src/app/Application.d 
+./src/app/Application.d \
+./src/app/Input.d 
 
 
 # Each subdirectory must supply rules for building sources it contributes