how does meson generate a build file when fetching a subproject with a .wrap file #12343
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There is no automatic generation; that project has a |
Beta Was this translation helpful? Give feedback.
-
No. A wrap file indicates that the entire source code for the subproject is downloaded from elsewhere. This includes both the |
Beta Was this translation helpful? Give feedback.
No. A wrap file indicates that the entire source code for the subproject is downloaded from elsewhere. This includes both the
.hpp
/.cpp
/ '.h' / '.c' files (and others) as well as the meson.build itself. In cases where the upstream project doesn't have a meson.build file in their source code tarball, a .wrap file may specify two archives to download, one of which contains the upstream source code and the other containing the meson.build file(s).