https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 66093f1e7f1ad49926268d824eaa38c18622f415 authored by Wenqing Wang on 27 July 2021, 08:32:58 UTC
[THM] Check the shape function orders
Tip revision: 66093f1
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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