Conan 1.56 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.56.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) When declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from the exported conandata. yml file to do a clone and checkout of the matching code. The0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.55 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.55.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.52 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 12: To: from def layout(self): basic_layout(self, src_folder="source") def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 943 页 | 7.62 MB | 1 年前3
Conan 1.53 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.53.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 953 页 | 7.64 MB | 1 年前3
Conan 1.54 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 13: To: from Documentation, Release 1.54.0 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 953 页 | 7.65 MB | 1 年前3
Conan 1.51 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) Listing 12: To: from Documentation, Release 1.51.3 (continued from previous page) def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) Declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from exported conandata.yml file to do a clone and checkout of the matching code. The new conan0 码力 | 933 页 | 7.58 MB | 1 年前3
Conan 1.31 DocumentationInspecting Dependencies The retrieved packages are installed to your local user cache (typically .conan/data), and can be reused from this location for other projects. This allows to clean your current project [options] cxx_14: False enable_apacheconnector: False enable_cppparser: False enable_crypto: True enable_data: True ... The @ symbol at the end of the package name is important to search for a specific package folder to my "bin"␣ ˓→folder Note: You can explore the package folder in your local cache (~/.conan/data) and see where the shared libraries are. It is common that *.dll are copied to /bin. The rest of the0 码力 | 721 页 | 5.41 MB | 1 年前3
Conan 1.60 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) 12 Chapter 2. Conan def layout(self): basic_layout(self, src_folder="source") def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) When declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from the exported conandata. yml file to do a clone and checkout of the matching code. The0 码力 | 983 页 | 7.51 MB | 1 年前3
Conan 1.63 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) 12 Chapter 2. Conan def layout(self): basic_layout(self, src_folder="source") def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) When declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from the exported conandata. yml file to do a clone and checkout of the matching code. The0 码力 | 995 页 | 7.54 MB | 1 年前3
Conan 1.61 Documentationdef _source_subfolder(self): return "source_subfolder" def source(self): tools.get(**self.conan_data["sources"][self.version], destination=self._source_subfolder, strip_root=True) 12 Chapter 2. Conan def layout(self): basic_layout(self, src_folder="source") def source(self): get(self, **self.conan_data["sources"][self.version], strip_root=True) When declaring the layout, the variables self.source_folder the update_conandata() helper function • The source() method can use the information in self.conan_data coming from the exported conandata. yml file to do a clone and checkout of the matching code. The0 码力 | 985 页 | 7.52 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













