From a9c73175e2a8f8e1cd9993dad3d0779c9b67f751 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 19 Oct 2023 12:21:14 -0400 Subject: [PATCH] build: fix deps -- need reactor + printjson --- src/process/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/process/CMakeLists.txt b/src/process/CMakeLists.txt index c6033dde..9be5b87b 100644 --- a/src/process/CMakeLists.txt +++ b/src/process/CMakeLists.txt @@ -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)