https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0424272874845111f62cf73bfa238b65be8996cd authored by Thomas Fischer on 05 August 2021, 07:41:46 UTC
[MeL] Make getNodeIDinElement a free function.
Tip revision: 0424272
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