swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 51933b58ed8b57f0b87f16e7253b43af66252235 authored by Dmitri Naumov on 11 February 2021, 22:26:31 UTC
[PL/RM] Pass Newton-Raphson parameters from outside.
Tip revision: 51933b5
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