build: report xo_pyreactor dependency

This commit is contained in:
Roland Conybeare 2024-03-15 21:15:18 -04:00
commit 630ab081c6

View file

@ -4,5 +4,6 @@ set(SELF_LIB xo_pysimulator)
set(SELF_SRCS pysimulator.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} xo_pyreactor)
xo_pybind11_dependency(${SELF_LIB} simulator)
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)