https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a3d801174a629bfc70506855da2a9e711a7b036 authored by Dmitry Yu. Naumov on 16 February 2021, 08:04:59 UTC
Merge branch 'RM_ExplicitHMCouplingInUnsaturated' into 'master'
Tip revision: 5a3d801
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