build: + missing deps (noticed in submodule build)
This commit is contained in:
parent
fe268c12b2
commit
a115153dd0
2 changed files with 2 additions and 0 deletions
|
|
@ -21,3 +21,4 @@ xo_dependency(${SELF_LIB} reflect)
|
||||||
xo_dependency(${SELF_LIB} webutil)
|
xo_dependency(${SELF_LIB} webutil)
|
||||||
xo_dependency(${SELF_LIB} printjson)
|
xo_dependency(${SELF_LIB} printjson)
|
||||||
xo_dependency(${SELF_LIB} callback)
|
xo_dependency(${SELF_LIB} callback)
|
||||||
|
xo_dependency(${SELF_LIB} ordinaltree)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ target_code_coverage(${SELF_EXE} AUTO ALL)
|
||||||
# internal dependency (on this codebase)
|
# internal dependency (on this codebase)
|
||||||
|
|
||||||
xo_self_dependency(${SELF_EXE} reactor)
|
xo_self_dependency(${SELF_EXE} reactor)
|
||||||
|
xo_dependency(${SELF_EXE} randomgen)
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
# external dependencies
|
# external dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue