swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
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