Open bog-dan-ro opened 2 years ago
I agree. Further best-practices example that I would like to see are these:
Using export
and source
(instead of the old scm
attribute) but where the conanfile (and the CMakeLists.txt) are not in the root of the Git repo.
I.e. the existing multi-subprojects example conanfile/layout/multiple_subprojects but just with sources from Git.
Using export
and source
(instead of the old scm
attribute) but where the source files are distributed across several Git submodules.
The existing examples are great to get started with simple projects, but are not enough for more complex projects:
"submodule": "shallow",
"shallow": True,
scm attributes. Again, a more complex example will be more than welcome.