https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1df7a7dbcf0568eed2d3579bf355e9c6a58b3baa authored by Lars Bilke on 15 April 2021, 07:01:32 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 11:40:35 UTC
Fix issue where on MSVC there cannot be two cpp files with the same
name compiled into one library.
1 parent 2e95ebe
Raw File
Tip revision: 1df7a7dbcf0568eed2d3579bf355e9c6a58b3baa authored by Lars Bilke on 15 April 2021, 07:01:32 UTC
Extracted MaterialLib/SolidModels into own library.
Tip revision: 1df7a7d
.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