xo-expression2/xo-pyutil/example/ex1/CMakeLists.txt
Roland Conybeare 707562f1f2 Add 'xo-pyutil/' from commit 'a2cb8ae60f'
git-subtree-dir: xo-pyutil
git-subtree-mainline: 219038c445
git-subtree-split: a2cb8ae60f
2025-05-10 19:38:21 -05:00

11 lines
271 B
CMake

# xo-pyutil/example/ex1/CMakeLists.txt
set(SELF_LIB xo_pyutilexample)
set(SELF_SRCS pyex1.cpp)
if (XO_ENABLE_EXAMPLES)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} refcnt)
endif()
# end CMakeLists.txt