| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The select hashes module selects the hash; the CMakeLists.txt selects
the files to implement it.
|
| |
|
|
|
| |
Update the global variables `LIBGIT2_OBJECTS` to
`LIBGIT2_DEPENDENCY_OBJECTS` for clarity and consistency.
|
| |
|
|
| |
Apply the standard project cmake formatting to the modules.
|
| |
|
| |
Co-authored-by: Edward Thomson <ethomson@github.com>
|
| | |
|
|
|
Our custom CMake module currently live in "cmake/Modules". As the
"cmake/" directory doesn't contain anything except the "Modules"
directory, it doesn't really make sense to have the additional
intermediate directory. So let's instead move the modules one level up
into the "cmake/" top level directory.
|