https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a5285412a4e11cadbcfd4b35a79bbffef3d065be authored by Tom Fischer on 17 May 2021, 09:26:55 UTC
Merge branch 'SetInitialSurfaceFlux' into 'master'
Tip revision: a528541
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(
    MeshGeoToolsLib PUBLIC GeoLib MathLib PRIVATE BaseLib MeshLib
                                                  spdlog::spdlog
)
back to top