xo-pyexpression/xo-pyreflect/src/pyreflect/CMakeLists.txt
Roland Conybeare c1e3014384 Add 'xo-pyreflect/' from commit '54d11b31a5'
git-subtree-dir: xo-pyreflect
git-subtree-mainline: c7f5d9d810
git-subtree-split: 54d11b31a5
2025-05-10 21:04:13 -05:00

10 lines
329 B
CMake

# xo_pyreflect/src/pyreflect/CMakeLists.txt
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)