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
Copy file name to clipboardExpand all lines: manifest-reference.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,15 +188,16 @@ Library targets are exported and useable for other projects.
188
188
### Library configuration
189
189
190
190
Defines the exported library target of the project.
191
-
A library is generated if the source directory is found in a project.
192
-
The default source directory is ``src``but can be modified in the *library* section using the *source-dir*entry.
193
-
Paths for the source directory are given relative to the project root and use ``/`` as path separator on all platforms.
191
+
A library is generated if the source directory or include directory is found in a project.
192
+
The default source and include directories are ``src``and ``include``; these can be modified in the *library* section using the *source-dir*and *include-dir* entries.
193
+
Paths for the source and include directories are given relative to the project root and use ``/`` as path separator on all platforms.
0 commit comments