Hash :
c3b7ace9
Author :
Date :
2021-11-14T16:43:53
refactor: make util an object library Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. Now the top-level `src` is responsible for platform selection, while the next-level `libgit2` and `util` configurations are responsible for identifying what objects they include.
This is the source that makes up the core of libgit2 and its related projects.
libgit2 util
# libgit2 sources
This is the source that makes up the core of libgit2 and its related
projects.
* `libgit2`
This is the libgit2 project, a cross-platform, linkable library
implementation of Git that you can use in your application.
* `util`
A shared utility library for these projects.