pyprintjson -> xo_pyprintjson

This commit is contained in:
Roland Conybeare 2023-10-24 22:13:04 -04:00
commit 9dc0c6e256

View file

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