summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-15 07:45:16 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-22 22:07:44 -0500
commit5fcfada500073ddd4acbfa0b0906e37025b45556 (patch)
tree598abca1f4fdfdf26fc68debaeb0216cf72eb1b2 /examples
parentc3b7ace9cf3216928a31886b32c264e0cd3cde75 (diff)
downloadlibgit2-5fcfada500073ddd4acbfa0b0906e37025b45556.tar.gz
cmake: document CMakeLists.txt hierarchy
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 235e72ada..956b03827 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,3 +1,5 @@
+# examples: code usage examples of libgit2
+
file(GLOB SRC_EXAMPLES *.c *.h)
add_executable(lg2 ${SRC_EXAMPLES})