build: + missing deps (noticed in submodule build)

This commit is contained in:
Roland Conybeare 2023-10-22 14:58:12 -04:00
commit a115153dd0
2 changed files with 2 additions and 0 deletions

View file

@ -21,3 +21,4 @@ xo_dependency(${SELF_LIB} reflect)
xo_dependency(${SELF_LIB} webutil)
xo_dependency(${SELF_LIB} printjson)
xo_dependency(${SELF_LIB} callback)
xo_dependency(${SELF_LIB} ordinaltree)

View file

@ -13,6 +13,7 @@ target_code_coverage(${SELF_EXE} AUTO ALL)
# internal dependency (on this codebase)
xo_self_dependency(${SELF_EXE} reactor)
xo_dependency(${SELF_EXE} randomgen)
# ----------------------------------------------------------------
# external dependencies