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
|
||||
LR0.cpp LR0.h
|
||||
Pig.cpp Pig.h
|
||||
Rules.cpp Rules.h
|
||||
Table.cpp Table.h)
|
||||
Rules.cpp Rules.h)
|
||||
|
||||
add_library (timew STATIC ${timew_SRCS})
|
||||
add_executable (timew_executable timew.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue