https://gitlab.opengeosys.org/ogs/ogs.git
Revision 071c19a9548dffdd58d5a715203ac908866f3ddd authored by Lars Bilke on 03 December 2020, 14:45:48 UTC, committed by Lars Bilke on 04 December 2020, 14:25:11 UTC
1 parent c278a9f
Raw File
Tip revision: 071c19a9548dffdd58d5a715203ac908866f3ddd authored by Lars Bilke on 03 December 2020, 14:45:48 UTC
[CMake] Use generator expression for target_link_libraries()
Tip revision: 071c19a
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top