xo-pyprintjson: build: update to latest xo-cmake macros

This commit is contained in:
Roland Conybeare 2024-09-14 12:20:27 -05:00
commit e4088392b8
2 changed files with 6 additions and 19 deletions

View file

@ -3,7 +3,8 @@
set(SELF_LIB xo_pyprintjson)
set(SELF_SRCS pyprintjson.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} printjson)
xo_pybind11_header_dependency(${SELF_LIB} xo_pyreflect)