https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 73fbe773928462b8cada07ee46835c77caece0e3 authored by wenqing on 11 January 2021, 12:00:43 UTC
Merge branch 'IncludeSwellingStressInEffective' into 'master'
Tip revision: 73fbe77
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