xo-reader: refactor: move def on_expr() to define_xs subtype
This commit is contained in:
parent
739d8efe82
commit
c4b58bb298
6 changed files with 145 additions and 50 deletions
|
|
@ -3,7 +3,9 @@
|
|||
set(SELF_LIB xo_reader)
|
||||
set(SELF_SRCS
|
||||
parser.cpp
|
||||
reader.cpp)
|
||||
reader.cpp
|
||||
exprstate.cpp
|
||||
define_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