mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +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)
|