-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bmi-example-c
updated
10 files
+68 −0 | .github/workflows/test.yml | |
+0 −36 | .travis.yml | |
+15 −6 | CMakeLists.txt | |
+12 −10 | README.md | |
+35 −27 | heat/CMakeLists.txt | |
+1 −1 | heat/bmi_heat.c | |
+5 −0 | heat/bmiheatc.pc.cmake | |
+1 −1 | heat/heat.c | |
+2 −3 | heat/heatc.pc.cmake | |
+20 −45 | testing/CMakeLists.txt |
Submodule bmi-example-cxx
updated
10 files
+68 −0 | .github/workflows/test.yml | |
+0 −36 | .travis.yml | |
+14 −5 | CMakeLists.txt | |
+12 −10 | README.md | |
+25 −17 | heat/CMakeLists.txt | |
+1 −1 | heat/bmi_heat.cxx | |
+5 −0 | heat/bmiheatcxx.pc.cmake | |
+1 −1 | heat/heat.cxx | |
+2 −3 | heat/heatcxx.pc.cmake | |
+5 −3 | testing/CMakeLists.txt |