mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Common: Added Table
This commit is contained in:
parent
6d53cb7c95
commit
9ed040d018
4 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue