Skip to content
Snippets Groups Projects
Commit 8bf9b7d7 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[python] Update CMakeLists.txt

parent ddb36ced
No related branches found
No related tags found
1 merge request!1985Feature/python bindings
...@@ -13,3 +13,8 @@ add_subdirectory(multidomain) ...@@ -13,3 +13,8 @@ add_subdirectory(multidomain)
add_subdirectory(nonlinear) add_subdirectory(nonlinear)
add_subdirectory(parallel) add_subdirectory(parallel)
add_subdirectory(porousmediumflow) add_subdirectory(porousmediumflow)
# if Python bindings are enabled, include necessary sub directories.
if(DUNE_ENABLE_PYTHONBINDINGS)
add_subdirectory(python)
endif()
install(FILES install(FILES
boundarytypes.hh
fvproblem.hh
timeloop.hh timeloop.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/python/common) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/python/common)
install(FILES
gridgeometry.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/python/discretization)
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