xo-reader2: + missing subsystem deps

This commit is contained in:
Roland Conybeare 2026-01-26 15:45:22 -05:00
commit ce732b3d3a
2 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,7 @@ set(SELF_SRCS
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
# note: deps here must also appear in cmake/xo_expression2Config.cmake.in
xo_dependency(${SELF_LIB} xo_procedure2)
xo_dependency(${SELF_LIB} xo_gc)
xo_dependency(${SELF_LIB} xo_tokenizer2)
xo_dependency(${SELF_LIB} xo_expression2)