build: use new xo_pybind11_dependency()

This commit is contained in:
Roland Conybeare 2023-10-07 16:03:39 -04:00
commit ac5534d8e2
2 changed files with 3 additions and 2 deletions

View file

@ -8,4 +8,5 @@ set(SELF_SRCS pyreflect.cpp)
xo_pybind11_library(${SELF_LIB} ${SELF_SRCS})
xo_dependency(${SELF_LIB} reflect)
xo_pybind11_dependency(${SELF_LIB} reflect)