https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2573090af6357c66486d5bb6ad81ab5618768d70 authored by wenqing on 29 June 2021, 11:43:14 UTC
Merge branch 'LIE_improvement' into 'master'
Tip revision: 2573090
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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