aboutsummaryrefslogtreecommitdiff
path: root/example_packages/README.md
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-03-24 09:28:00 +0000
committerGitHub <noreply@github.com>2021-03-24 09:28:00 +0000
commitcb3337b021c5e590c34ec5e0b65b45cc7d497122 (patch)
tree8de6bf21f0c94890dfec8d236f4f7efc5a0b523d /example_packages/README.md
parent47c410e36a767976ed877e6b5ca41b4efdd8a668 (diff)
parent6743247460ee7c61de81bec3319f2cedddef07c2 (diff)
downloadfpm-cb3337b021c5e590c34ec5e0b65b45cc7d497122.tar.gz
fpm-cb3337b021c5e590c34ec5e0b65b45cc7d497122.zip
Merge pull request #377 from LKedward/include-dir
Add explicit include-dir key to manifest
Diffstat (limited to 'example_packages/README.md')
-rw-r--r--example_packages/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/example_packages/README.md b/example_packages/README.md
index 667b9a3..b556dcb 100644
--- a/example_packages/README.md
+++ b/example_packages/README.md
@@ -7,8 +7,11 @@ the features demonstrated in each package and which versions of fpm are supporte
| Name | Features | Bootstrap (Haskell) fpm | fpm |
|---------------------|---------------------------------------------------------------|:-----------------------:|:---:|
| auto_discovery_off | Default layout with auto-discovery disabled | N | Y |
+| c_header_only | C header-only library | N | Y |
+| c_includes | C library with c include directory and dependency includes | N | Y |
| circular_example | Local path dependency; circular dependency | Y | Y |
| circular_test | Local path dependency; circular dependency | Y | Y |
+| fortran_includes | Fortran library with explicit include directory | Y | N |
| hello_complex | Non-standard directory layout; multiple tests and executables | Y | Y |
| hello_complex_2 | Auto-discovery of tests and executables with modules | N | Y |
| hello_fpm | App-only; local path dependency | Y | Y |