added ItemVarHolder

This commit is contained in:
Johannes Wendel
2019-08-29 22:19:21 +02:00
parent f7fe4ffca2
commit 919f75b238
7 changed files with 62 additions and 7 deletions

View File

@@ -7,7 +7,8 @@ set(SOURCES
output/OutputRequestHandler.cpp
output/OutputRequestHandlerFactory.cpp
FlippRServer.cpp
input/InputSocketHandlerFactory.cpp)
input/InputSocketHandlerFactory.cpp
output/ItemVarHolder.h)
add_executable(${PROJECT_NAME} ${SOURCES})