Merge branch 'main' of github.com:Rconybea/xo-pyreflect

This commit is contained in:
Roland Conybeare 2024-05-01 14:38:24 -04:00
commit 49688b828f
2 changed files with 26 additions and 13 deletions

View file

@ -1,9 +1,10 @@
# xo_pyreflect/src/pyreflect/CMakeLists.txt
set(SELF_LIB pyreflect)
set(SELF_LIB xo_pyreflect)
set(SELF_SRCS pyreflect.cpp)
# ----------------------------------------------------------------
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} reflect)
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)