https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cb53e9247fa3c9142b71a51e89973703ef99a77f authored by wenqing on 19 February 2021, 14:44:27 UTC
Merge branch 'somerton_thermal_K' into 'master'
Tip revision: cb53e92
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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