You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,13 +34,19 @@ Fortran code for reading and writing STL (STereoLithography) files.
27
34
28
35
### Compiling
29
36
30
-
A [Fortran Package Manager](https://github.com/fortran-lang/fpm) manifest file is included, so that the library and tests cases can be compiled with FPM. For example:
37
+
A [Fortran Package Manager](https://github.com/fortran-lang/fpm) manifest file is included, so that the library and test cases can be compiled with FPM. For example:
31
38
32
39
```
33
40
fpm build --profile release
34
41
fpm test --profile release
35
42
```
36
43
44
+
To use `stl-fortran` within your fpm project, add the following to your `fpm.toml` file:
0 commit comments