https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0f177b7ecb8f6f3318894f502c1c8f1bcbddd7d1 authored by Dmitri Naumov on 15 February 2021, 16:25:03 UTC
[T/RM] Use explicit hm coupling in ortho-swelling.
Tip revision: 0f177b7
CMakeLists.txt
# Source files
get_source_files(SOURCES)

ogs_add_library(ParameterLib ${SOURCES})

include(GenerateExportHeader)
generate_export_header(ParameterLib)
target_include_directories(ParameterLib PUBLIC ${CMAKE_CURRENT_BINARY_DIR})

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