initial implementation

This commit is contained in:
Roland Conybeare 2023-10-18 12:31:38 -04:00
commit c96029fa1b
8 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# xo_pyprintjson/src/pyprintjson/CMakeLists.txt
set(SELF_LIB pyprintjson)
set(SELF_SRCS pyprintjson.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} printjson)