xo-alloc/xo-pyunit/src/pyunit/CMakeLists.txt
Roland Conybeare 06314a84aa Add 'xo-pyunit/' from commit '4d0e708ea4'
git-subtree-dir: xo-pyunit
git-subtree-mainline: cb2ce5a5b8
git-subtree-split: 4d0e708ea4
2025-05-11 00:58:27 -05:00

14 lines
421 B
CMake

# xo_pyunit/src/pyunit/CMakeLists.txt
set(SELF_LIB pyunit)
set(SELF_SRCS pyunit.cpp)
# ----------------------------------------------------------------
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)
xo_pybind11_dependency(${SELF_LIB} xo_unit)
xo_pybind11_dependency(${SELF_LIB} refcnt)
xo_pybind11_dependency(${SELF_LIB} indentlog)
# CMakeLists.txt