https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8437efb4f2a66215b76acc09d0882b0d41bb8427 authored by Dmitry Yu. Naumov on 30 August 2021, 22:13:40 UTC
Merge branch 'TH2M_constantSolidPhaseVolumeFraction' into 'master'
Tip revision: 8437efb
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
)
back to top