pyreflect: + xo-pyutil dep
This commit is contained in:
parent
3194fb35f7
commit
74a23f1132
2 changed files with 2 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ set(SELF_SRCS pyreflect.cpp)
|
||||||
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
||||||
|
|
||||||
xo_pybind11_dependency(${SELF_LIB} reflect)
|
xo_pybind11_dependency(${SELF_LIB} reflect)
|
||||||
|
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/* @file pyreflect.cpp */
|
/* @file pyreflect.cpp */
|
||||||
|
|
||||||
// note: need pyreflect/ here bc pyreflect.hpp is generated, located in build directory
|
// note: need pyreflect/ here bc pyreflect.hpp is generated, located in build directory
|
||||||
#include "xo/pyreflect/pyreflect.hpp"
|
#include "pyreflect.hpp"
|
||||||
#include "xo/reflect/TypeDescr.hpp"
|
#include "xo/reflect/TypeDescr.hpp"
|
||||||
#include "xo/reflect/TaggedRcptr.hpp"
|
#include "xo/reflect/TaggedRcptr.hpp"
|
||||||
#include "xo/reflect/SelfTagging.hpp"
|
#include "xo/reflect/SelfTagging.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue