https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: abe9bf9d58de73811222b3d47a8c789d17caaa16 authored by Dmitry Yu. Naumov on 06 October 2021, 15:40:31 UTC
Merge branch 'FixPetscMatrixOptions' into 'master'
Tip revision: abe9bf9
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ThermoHydroMechanics ${SOURCES})
target_link_libraries(
    ThermoHydroMechanics PUBLIC ProcessLib PRIVATE ParameterLib
)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top