xo-pyprintjson: build: update to latest xo-cmake macros
This commit is contained in:
parent
0bce4cdc91
commit
e4088392b8
2 changed files with 6 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue