https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 902b1c0c2e4cb6193593843906ec5682b89f807c authored by Tobias Meisel on 08 March 2021, 12:59:46 UTC
GocadTSurfaceReader: Add check for line endings
Tip revision: 902b1c0
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