if (BINDINGS)
  nanobind_add_module(pyQDD STABLE_ABI bindings.cpp)
  target_link_libraries(pyQDD PUBLIC engine)
  install(TARGETS pyQDD LIBRARY DESTINATION qdd)
endif()
