https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3e92ede6312f26363994ea27d505ee1554298ad5 authored by rinkk on 26 March 2021, 17:06:58 UTC
[utils] added boundary extraction to vertical slice extraction tool
Tip revision: 3e92ede
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