Skip to content

Commit

Permalink
adding missing files from qmake build system of the
Browse files Browse the repository at this point in the history
Library-Protocal library.  The new DeadReckonEntityState.*
files were inadvertantly left out of the Library-Protocal.pro
file CGR
  • Loading branch information
Curtis Rubel committed Mar 29, 2017
1 parent 1d9102c commit 7311809
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library-Protocol/Library-Protocol.pro
Expand Up @@ -22,7 +22,8 @@ SOURCES += Header.cpp\
LOSResponse.cpp\
TOD.cpp\
Command.cpp\
LightState.cpp
LightState.cpp\
DeadReckonEntityState.cpp

HEADERS += Export.h\
Opcodes.h\
Expand All @@ -35,7 +36,8 @@ HEADERS += Export.h\
LOSResponse.h\
TOD.h\
Command.h\
LightState.h
LightState.h\
DeadReckonEntityState.h

INCLUDEPATH += ../
DEPENDPATH += ../
Expand Down

0 comments on commit 7311809

Please sign in to comment.