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

@ -49,4 +49,4 @@ PYTHONPATH=~/local2/lib python
<type_table_v[0]:>
```
Not /immediately/ interesting: no reflected types in `pyreflect` itself
Not _immediately_ interesting: no reflected types in `pyreflect` itself

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)