https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 3e00fd7e2de3dff0a3e6e4c98dc0e27a8edbe932 authored by Konrad Werys on 28 May 2019, 14:47:24 UTC, committed by Konrad Werys on 28 May 2019, 14:47:54 UTC
1 parent 49742df
Raw File
Tip revision: 3e00fd7e2de3dff0a3e6e4c98dc0e27a8edbe932 authored by Konrad Werys on 28 May 2019, 14:47:24 UTC
build: added fPIC as compiler flag
Tip revision: 3e00fd7
.gitignore
html
latex

# mac
*.DS_Store

# clion
.idea
cmake-build-*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top