Revision fc803919af207aa4d41a5eda7242b1e5e51be2ac authored by Lars Bilke on 01 June 2021, 18:19:50 UTC, committed by Lars Bilke on 01 June 2021, 18:19:50 UTC
[FileIO] Info on shp-polygons consisting of multiple parts

See merge request ogs/ogs!3645
2 parent s d7f3e5f + 7d545b6
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib spdlog::spdlog
)
back to top