git-subtree-dir: xo-pyexpression git-subtree-mainline:3309a6b8c0git-subtree-split:734ead4807
10 lines
375 B
CMake
10 lines
375 B
CMake
# xo-pyexpression/src/pyexpression/CMakeLists.txt
|
|
|
|
set(SELF_LIB xo_pyexpression)
|
|
set(SELF_SRCS pyexpression.cpp)
|
|
|
|
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
|
xo_pybind11_dependency(${SELF_LIB} xo_expression)
|
|
# always use this when xo_pyfoo depends on xo_pybar
|
|
xo_pybind11_header_dependency(${SELF_LIB} xo_pyreflect)
|
|
xo_dependency(${SELF_LIB} refcnt)
|