mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-05 06:13:47 +00:00
7 lines
192 B
CMake
7 lines
192 B
CMake
# 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)
|