build: pyreflect -> xo_pyreflect

This commit is contained in:
Roland Conybeare 2023-10-22 15:54:01 -04:00
commit a55be71914

View file

@ -6,4 +6,4 @@ set(SELF_SRCS pyprintjson.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} printjson)
xo_pybind11_header_dependency(${SELF_LIB} pyreflect)
xo_pybind11_header_dependency(${SELF_LIB} xo_pyreflect)