https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7e0033438f94600cf9101e01b82b348b915d5f19 authored by Lars Bilke on 01 October 2021, 11:35:53 UTC
Merge branch 'web-cmake-preset' into 'master'
Tip revision: 7e00334
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