https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3605d8367d07348508e1ef838050fa127866fd8e authored by Dmitri Naumov on 19 May 2021, 15:14:13 UTC
[App/IO] Extract special reading function.
Tip revision: 3605d83
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