https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b2766f5923c94aea0c8f7bb62242f34e2976b156 authored by Christoph Lehmann on 10 November 2021, 12:23:45 UTC
Revert "[ci] Temporarily disable TH2M on Windows."
Tip revision: b2766f5
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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