libgit2
libgit2 copied to clipboard
cmake: remove globs
As was pointed out in #6872, cmake recommends that you not use GLOBs to collect a list of source files: https://cmake.org/cmake/help/latest/command/file.html#glob
Avoid this in our source tree.