Common: Added Table

This commit is contained in:
Paul Beckingham 2016-01-05 17:00:49 -05:00
parent 6d53cb7c95
commit 9ed040d018
4 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,7 @@ set (timew_SRCS Grammar.cpp Grammar.h
Lexer.cpp Lexer.h Lexer.cpp Lexer.h
LR0.cpp LR0.h LR0.cpp LR0.h
Pig.cpp Pig.h Pig.cpp Pig.h
Rules.cpp Rules.h Rules.cpp Rules.h)
Table.cpp Table.h)
add_library (timew STATIC ${timew_SRCS}) add_library (timew STATIC ${timew_SRCS})
add_executable (timew_executable timew.cpp) add_executable (timew_executable timew.cpp)

View file

@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
set (common_SRCS Color.cpp Color.h set (common_SRCS Color.cpp Color.h
FS.cpp FS.h FS.cpp FS.h
RX.cpp RX.h RX.cpp RX.h
Table.cpp Table.h
Timer.cpp Timer.h Timer.cpp Timer.h
text.cpp text.h text.cpp text.h
utf8.cpp utf8.h utf8.cpp utf8.h