https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ed5fdc5e50b37ca7cb0e7a0aabac601d913daa2e authored by Dmitry Yu. Naumov on 09 September 2021, 13:06:56 UTC
Merge branch 'TH2M_ConstantSolidPorosity' into 'master'
Tip revision: ed5fdc5
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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