xo-pyexpression: cmake dep fixes

This commit is contained in:
Roland Conybeare 2025-05-08 23:58:58 -05:00
commit 7fdf5b4a78

View file

@ -5,5 +5,6 @@ set(SELF_SRCS pyexpression.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} xo_expression)
#xo_pybind11_dependency(${SELF_LIB} xo_pyreflect)
# always use this when xo_pyfoo depends on xo_pybar
xo_pybind11_header_dependency(${SELF_LIB} xo_pyreflect)
xo_dependency(${SELF_LIB} refcnt)