xo-tokenizer/xo-pyreactor/src/pyreactor/CMakeLists.txt
Roland Conybeare d9261f4d41 Add 'xo-pyreactor/' from commit '50b8d529a7'
git-subtree-dir: xo-pyreactor
git-subtree-mainline: 54f3e9bd86
git-subtree-split: 50b8d529a7
2025-05-11 15:14:43 -05:00

8 lines
273 B
CMake

# xo_pyreactor/src/pyreactor/CMakeLists.txt
set(SELF_LIB xo_pyreactor)
set(SELF_SRCS pyreactor.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} reactor)
xo_pybind11_header_dependency(${SELF_LIB} xo_pyprintjson)