git-subtree-dir: xo-pyreactor git-subtree-mainline:54f3e9bd86git-subtree-split:50b8d529a7
8 lines
273 B
CMake
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)
|