Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-istl
Source project has a limited visibility.
  • Martin Nolte's avatar
    92a7bdbc
    [cmake] add macro dune_add_pybind11_module · 92a7bdbc
    Martin Nolte authored
    Building Python modules through Pybind11 is a recurring task in our
    Python bindings. To reduce maintainance in the build system, we introduce
    a CMake function "dune_add_pybind11_module", which is semantically inspired
    by the "dune_add_test" function.
    92a7bdbc
    History
    [cmake] add macro dune_add_pybind11_module
    Martin Nolte authored
    Building Python modules through Pybind11 is a recurring task in our
    Python bindings. To reduce maintainance in the build system, we introduce
    a CMake function "dune_add_pybind11_module", which is semantically inspired
    by the "dune_add_test" function.