https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2a8a299d72a8dccb6d50fe2eb7a381e816496f authored by Lars Bilke on 02 April 2021, 19:51:27 UTC
[CMake] Fixed gui shared build.
Tip revision: 2d2a8a2
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top