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
Hello,
would it be welcome if i include thirdparty libraries as submodules?
It makes managing & versioning a lot simpler and reduces the overall size of the repository. Of course this is only viable if there weren't any customizations done to the libraries.
Most projects (in their unmodified form) can just be compiled by using add_subdirectory - this would probably require updating a few of the dependencies.
The text was updated successfully, but these errors were encountered:
feliwir
changed the title
Include libraries as submodules
Include thirdparty libraries as submodules
Apr 25, 2022
Hello,
would it be welcome if i include thirdparty libraries as submodules?
It makes managing & versioning a lot simpler and reduces the overall size of the repository. Of course this is only viable if there weren't any customizations done to the libraries.
Most projects (in their unmodified form) can just be compiled by using
add_subdirectory
- this would probably require updating a few of the dependencies.The text was updated successfully, but these errors were encountered: