pybind11_add_module(_hello MODULE hello_python.cc)

target_link_libraries(_hello PRIVATE hello complex)

install(TARGETS _hello DESTINATION ${SKBUILD_PROJECT_NAME})