xo-pysimulator: cmake py2py dep fixes
This commit is contained in:
parent
31a544dd03
commit
f940051411
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ set(SELF_LIB xo_pysimulator)
|
|||
set(SELF_SRCS pysimulator.cpp)
|
||||
|
||||
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_pyreactor)
|
||||
xo_pybind11_header_dependency(${SELF_LIB} xo_pyreactor)
|
||||
xo_pybind11_dependency(${SELF_LIB} simulator)
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)
|
||||
xo_pybind11_header_dependency(${SELF_LIB} xo_pyutil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue