We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5fc50 commit 6c0cb87Copy full SHA for 6c0cb87
README.md
@@ -13,6 +13,7 @@ The core capability is baked into single self-contained
13
## Quickstart via FetchContent
14
You can use CMake's `FetchContent` module to build the static library `cmake_git_version_tracking`:
15
```cmake
16
+include(FetchContent)
17
FetchContent_Declare(cmake_git_version_tracking
18
GIT_REPOSITORY https://github.com/andrew-hardin/cmake-git-version-tracking.git
19
GIT_TAG 904dbda1336ba4b9a1415a68d5f203f576b696bb
0 commit comments