https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3aa616282b380f949257a2f086017170e352aa99 authored by renchao_lu on 24 June 2021, 18:50:34 UTC
[T] 3D NeumanDirichlet testcase.
Tip revision: 3aa6162
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