Merge branch 'main' of github.com:Rconybea/xo-pyprocess

This commit is contained in:
Roland Conybeare 2023-10-24 16:17:06 -04:00
commit 751154fc3e

View file

@ -6,3 +6,5 @@ set(SELF_SRCS pyprocess.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} process)
xo_pybind11_header_dependency(${SELF_LIB} pyreactor)
xo_pybind11_header_dependency(${SELF_LIB} pywebutil)