pyprintjson: + pyreflect dep

This commit is contained in:
Roland Conybeare 2023-10-22 14:54:40 -04:00
commit 66a6687039

View file

@ -6,3 +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)