Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
This commit is contained in:
parent
5f631c2679
commit
3498588e0f
7 changed files with 536 additions and 435 deletions
|
@ -13,6 +13,8 @@ set(TARGET common)
|
|||
add_library(${TARGET} OBJECT
|
||||
common.h
|
||||
common.cpp
|
||||
console.h
|
||||
console.cpp
|
||||
grammar-parser.h
|
||||
grammar-parser.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue