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
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.The text was updated successfully, but these errors were encountered: