build: use new xo_pybind11_dependency()
This commit is contained in:
parent
415c81b181
commit
ac5534d8e2
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue