Skip to content

Commit fc16d5d

Browse files
committed
new cmake harness by loriab and evaleev. squash of evaleev#148 (already in 205), evaleev#205, evaleev#233
1 parent a8c8d6b commit fc16d5d

File tree

150 files changed

+6134
-28877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+6134
-28877
lines changed

.github/workflows/cmake.yml

+283-66
Large diffs are not rendered by default.

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# based on https://github.com/github/gitignore/blob/main/C++.gitignore
2+
3+
# Prerequisites
4+
*.d
5+
6+
# Compiled Object files
7+
*.slo
8+
*.lo
9+
*.o
10+
*.obj
11+
12+
# Precompiled Headers
13+
*.gch
14+
*.pch
15+
16+
# Compiled Dynamic libraries
17+
*.so
18+
*.dylib
19+
*.dll
20+
21+
# Fortran module files
22+
*.mod
23+
*.smod
24+
25+
# Compiled Static libraries
26+
*.lai
27+
*.la
28+
*.a
29+
*.lib
30+
31+
# IDE artifacts
32+
.idea

.project

-89
This file was deleted.

0 commit comments

Comments
 (0)