https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d92ae5b460bce8c4b9af622078e9391d94aed8eb authored by Lars Bilke on 12 October 2021, 06:43:10 UTC
[web] Procedure update.
Tip revision: d92ae5b
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