Skip to content
Snippets Groups Projects

[cmake] Make sure we build shared libs when Python is enabled and enforce C++17

Merged Timo Koch requested to merge fix/cmake-python-enable-shared into master
Files
4
add_subdirectory(properties)
add_subdirectory(typetraits)
dune_library_add_sources(dumux_parameters SOURCES parameters.cc)
dune_library_add_sources(dumux SOURCES parameters.cc)
file(GLOB DUMUX_COMMON_HEADERS *.hh *.inc)
install(FILES ${DUMUX_COMMON_HEADERS}
Loading