https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 53effc112c7369c729b6c0c071103893e3a04e47 authored by rinkk on 15 March 2021, 11:23:07 UTC
Setting save_all param for gmsh to ensure all line elements are written
Tip revision: 53effc1
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