https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8b216618c031017397123b193e0f492646c3df11 authored by Christoph Lehmann on 09 December 2021, 13:06:39 UTC
[PL] Use better names for type aliases
Tip revision: 8b21661
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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