Merge branch 'main' of github.com:Rconybea/xo-pyreactor
This commit is contained in:
commit
df22be6901
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# xo_pyreactor/src/pyreactor/CMakeLists.txt
|
||||
|
||||
set(SELF_LIB pyreactor)
|
||||
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} pyprintjson)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue