Skip to content

Commit 34db64b

Browse files
authored
Add cross reference to export_sources() method (#4034)
* Similar to cross reference at exports attribute.
1 parent 20945c2 commit 34db64b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/conanfile/attributes/sources.inc

+5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ or even better, from ``self.export_sources_folder``.
8686
shutil.copy(os.path.join(self.export_sources_folder, "CMakeLists.txt", "."))
8787
8888
89+
.. seealso::
90+
91+
- :ref:`Check the export_sources() conanfile.py method<reference_conanfile_methods_export_sources>`.
92+
93+
8994
.. _conan_conanfile_properties_conandata:
9095
9196
conan_data

0 commit comments

Comments
 (0)