build: fix deps -- need reactor + printjson

This commit is contained in:
Roland Conybeare 2023-10-19 12:21:14 -04:00
commit a9c73175e2

View file

@ -14,6 +14,6 @@ xo_add_shared_library3(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 $
# must coordinate with find_dependency() calls
# in xo-process/cmake/processConfig.cmake.in
#
xo_dependency(${SELF_LIB} reflect)
#xo_dependency(${SELF_LIB} webutil)
xo_dependency(${SELF_LIB} reactor)
xo_dependency(${SELF_LIB} printjson)
#xo_dependency(${SELF_LIB} callback)