Files
libgit2/cmake/Modules
Patrick Steinhardt b7c247b3ad cmake: include SHA1 headers into our source files
When selecting the SHA1 backend, we only include the respective C
implementation of the selected backend. But since commit bd48bf3fb
(hash: introduce source files to break include circles, 2019-06-14), we
have introduced separate headers and compilation units for all hashes.
So by not including the headers, we may not honor them to compute
whether a file needs to be recompiled and they also will not be
displayed in IDEs.

Add the header files to fix this problem.
2019-07-18 13:37:02 +02:00
..
2019-04-07 16:45:45 +02:00
2018-04-11 21:02:43 +02:00
2019-05-19 11:12:13 +01:00