xo-reader: refactor: mv expr_progress impl -new-> progress_xs.*pp

This commit is contained in:
Roland Conybeare 2024-08-08 16:34:35 -04:00
commit 5d3e92d114
5 changed files with 316 additions and 69 deletions

View file

@ -5,7 +5,8 @@ set(SELF_SRCS
parser.cpp
reader.cpp
exprstate.cpp
define_xs.cpp)
define_xs.cpp
progress_xs.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} xo_expression)