cmake: document CMakeLists.txt hierarchy

This commit is contained in:
Edward Thomson
2021-11-15 07:45:16 -05:00
parent c3b7ace9cf
commit 5fcfada500
6 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# examples: code usage examples of libgit2
file(GLOB SRC_EXAMPLES *.c *.h)
add_executable(lg2 ${SRC_EXAMPLES})