Skip to content
Snippets Groups Projects
Commit f1de796a authored by Andreas Dedner's avatar Andreas Dedner
Browse files

added missing files for python bindings

parent 01b458fa
No related branches found
No related tags found
1 merge request!369Feature/add python bindings
Pipeline #25733 failed
......@@ -27,6 +27,7 @@ add_subdirectory(cmake/modules)
add_subdirectory(dune)
add_subdirectory(doc)
add_subdirectory(lib)
add_subdirectory(python)
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
add_subdirectory(istl)
add_subdirectory(python)
add_subdirectory(istl)
add_subdirectory(istl)
add_python_targets(dune
__init__
)
__import__('pkg_resources').declare_namespace(__name__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment