Add --simple-io option for subprocesses and break out console.h and cpp (#1558)

This commit is contained in:
DannyDaemonic
2023-08-04 08:20:12 -07:00
committed by GitHub
parent 5f631c2679
commit 3498588e0f
7 changed files with 536 additions and 435 deletions

View File

@@ -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
)