https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fca22fd91b67c32f6b1e9a797f22e9a8687b2481 authored by Dmitry Yu. Naumov on 20 September 2021, 07:46:46 UTC
Merge branch 'UseLocalInformationForBaseNodeConditions' into 'master'
Tip revision: fca22fd
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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