xo-reader: wip: + exprseq_xs class
This commit is contained in:
parent
74099cacab
commit
04f79eaf01
4 changed files with 65 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ set(SELF_SRCS
|
|||
exprstate.cpp
|
||||
define_xs.cpp
|
||||
progress_xs.cpp
|
||||
paren_xs.cpp)
|
||||
paren_xs.cpp
|
||||
exprseq_xs.cpp)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
xo_dependency(${SELF_LIB} xo_expression)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue