CMakeLists.txt 192 Bytes
Newer Older
1 2
# The main libgit2 tests tree: this CMakeLists.txt includes the
# subprojects that make up core libgit2 support.
3

4
add_subdirectory(headertest)
5
add_subdirectory(libgit2)
6
add_subdirectory(util)