Hash : 2b09b5d7 Author : Date : 2021-11-16T23:47:14
refactor: move headertest into separate test folder
Download
1 2 3 4 5 6
# The main libgit2 tests tree: this CMakeLists.txt includes the # subprojects that make up core libgit2 support. add_subdirectory(headertest) add_subdirectory(libgit2) add_subdirectory(util)