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
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top