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: reference/conanfile/methods/package_info.rst
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Directories:
68
68
.c, .cpp). By default it is empty. It might be used to store sources (for later debugging of packages, or to reuse those sources building
69
69
them in other packages too).
70
70
- **builddirs**: List of relative paths (starting from package root) of directories that can contain build scripts that could be used by the consumers. Empty by default.
71
-
- **frameworkdirs**: List of relative paths (starting from the package root), of directories containing OSX frameworks.
71
+
- **frameworkdirs**: List of relative paths (starting from the package root), of directories containing OSX frameworks.
72
72
73
73
Flags:
74
74
@@ -139,12 +139,14 @@ If your package is composed by more than one library, it is possible to declare
@@ -190,7 +192,7 @@ Conan ``VirtualBuildEnv`` generator will be used by default in consumers, collec
190
192
The ``VirtualRunEnv`` generator will also be used by default in consumers collecting the ``runenv_info``from the "host" context creating the ``conanrun`` environment script, which can be explicitly used with``self.run(<cmd>, env="conanrun")``.
191
193
192
194
193
-
.. note::
195
+
.. note::
194
196
195
197
**Best practices**
196
198
@@ -338,5 +340,5 @@ and that by default ``self.generator_info`` is ``None``.
338
340
339
341
340
342
.. seealso::
341
-
343
+
342
344
See :ref:`the defining package information tutorial<tutorial_creating_define_package_info>`for more information.
0 commit comments