aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2021-03-11 16:13:49 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2021-03-15 15:16:15 +0000
commit57712f3b823e876015fb5dddbc4f24f372a7a5d0 (patch)
treeda7e1ce9a253be1aa2d6bc1734a28a999b41e3e5 /manifest-reference.md
parent2346f7147cbd2d36bb5af7da9a59796cc1fed2d1 (diff)
downloadfpm-57712f3b823e876015fb5dddbc4f24f372a7a5d0.tar.gz
fpm-57712f3b823e876015fb5dddbc4f24f372a7a5d0.zip
Update: allow list of include directories
Diffstat (limited to 'manifest-reference.md')
-rw-r--r--manifest-reference.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index 564fec0..97b415d 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -199,6 +199,14 @@ Paths for the source and include directories are given relative to the project r
source-dir = "lib"
include-dir = "inc"
```
+*include-dir* can contain one or more directories, where multiple directories are specified using a list of strings.
+
+*Example:*
+
+```toml
+[library]
+include-dir = ["include","third_party/include"]
+```
#### Custom build script