Skip to content

Commit 081ff60

Browse files
committed
doc
1 parent bab9805 commit 081ff60

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@ Fortran subroutines and functions are easily called from C and C++.
77

88
Use the standard C binding to define variable and bind functions/subroutines.
99

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+
1016
## build
1117

1218
```sh
13-
ctest -S setup.cmake -VV
19+
cmake -B build
20+
21+
cmake --build build
22+
23+
cd build
24+
ctest
1425
```
1526

1627
## Example

0 commit comments

Comments
 (0)