https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 74979ce93eae55e48761df7a7f8b3c0ca873464a authored by montoyav on 03 April 2021, 22:13:04 UTC
Merge branch 'patch-1' into 'master'
Tip revision: 74979ce
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