diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-15 07:45:16 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-22 22:07:44 -0500 |
commit | 5fcfada500073ddd4acbfa0b0906e37025b45556 (patch) | |
tree | 598abca1f4fdfdf26fc68debaeb0216cf72eb1b2 /examples | |
parent | c3b7ace9cf3216928a31886b32c264e0cd3cde75 (diff) | |
download | libgit2-5fcfada500073ddd4acbfa0b0906e37025b45556.tar.gz |
cmake: document CMakeLists.txt hierarchy
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 2 |
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}) |