We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab9805 commit 081ff60Copy full SHA for 081ff60
1 file changed
README.md
@@ -7,10 +7,21 @@ Fortran subroutines and functions are easily called from C and C++.
7
8
Use the standard C binding to define variable and bind functions/subroutines.
9
10
+This project is also a way to quickly check if compilers you have are ABI-compatible.
11
+For example:
12
+
13
+* Clang and Gfortran
14
+* (Windows) MSVC and Intel oneAPI ifort
15
16
## build
17
18
```sh
-ctest -S setup.cmake -VV
19
+cmake -B build
20
21
+cmake --build build
22
23
+cd build
24
+ctest
25
```
26
27
## Example
0 commit comments