build: fix deps -- need reactor + printjson
This commit is contained in:
parent
64f6d92f04
commit
a9c73175e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue