https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d0b959f2e7ce723411a8ea7d62f1d872560fa786 authored by Dmitri Naumov on 01 March 2021, 13:45:13 UTC
[PL] HM/TM; Fix parameter names in docu.
Tip revision: d0b959f
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 spdlog::spdlog)
back to top