Compare commits
3 Commits
0.2.1
...
3ed0ed52fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ed0ed52fe | |||
| 1d8c91c0be | |||
| 38bc78caba |
@@ -10,7 +10,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: sudo apt install cmake
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install cmake
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#ifndef CURTLE_H
|
||||||
|
#define CURTLE_H
|
||||||
|
|
||||||
|
#include "curtle/linear_algebra.h"
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user