Skip to content

Commit

Permalink
new cmake harness by loriab and evaleev. squash of evaleev#148 (alrea…
Browse files Browse the repository at this point in the history
…dy in 205), evaleev#205, evaleev#233
  • Loading branch information
loriab committed Jan 7, 2023
1 parent a8c8d6b commit fc16d5d
Show file tree
Hide file tree
Showing 150 changed files with 6,134 additions and 28,877 deletions.
349 changes: 283 additions & 66 deletions .github/workflows/cmake.yml

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# based on https://github.com/github/gitignore/blob/main/C++.gitignore

# 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

# IDE artifacts
.idea
89 changes: 0 additions & 89 deletions .project

This file was deleted.

Loading

0 comments on commit fc16d5d

Please sign in to comment.