https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 72e8de93bcebe516f1e4e35f7fe31cf66a8c5b4e authored by garibay-j on 23 August 2021, 12:39:04 UTC
Merge branch 'clang-format-PhreeqcIO' into 'master'
Tip revision: 72e8de9
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