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
codecov.yml
codecov:
  token: 2371d4ae-34d6-4a75-a212-0ecd2ffa2629

ignore:
  - "Applications/CLI"
  - "ProcessLib"
  - "ThirdParty"
  - "*Tests/**/*"
back to top