summaryrefslogtreecommitdiff
path: root/cmake/SelectWinHTTP.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: use WINHTTP when USE_WINHTTP is specifiedethomson/cmake_testEdward Thomson2021-11-171-1/+1
|
* cmake: refactor global variablesEdward Thomson2021-11-141-3/+3
| | | | | Update the global variables `LIBGIT2_OBJECTS` to `LIBGIT2_DEPENDENCY_OBJECTS` for clarity and consistency.
* cmake: refactor WinHTTP selectionEdward Thomson2021-11-111-0/+17
Move WinHTTP selection into its own cmake module.