diff options
author | Vito Gamberini <vito.gamberini@kitware.com> | 2024-07-19 16:13:17 (GMT) |
---|---|---|
committer | Vito Gamberini <vito.gamberini@kitware.com> | 2024-07-19 16:13:17 (GMT) |
commit | ff79e60dd0fe82e119fae5789c4ca08cbe90ee94 (patch) | |
tree | e4299312a3b057370fcf1c406612c4484d2555bc /Utilities/cmllpkgc | |
parent | d39b8044b6b110eb7e3b886995f1bac8122373a6 (diff) | |
download | CMake-ff79e60dd0fe82e119fae5789c4ca08cbe90ee94.zip CMake-ff79e60dd0fe82e119fae5789c4ca08cbe90ee94.tar.gz CMake-ff79e60dd0fe82e119fae5789c4ca08cbe90ee94.tar.bz2 |
PkgC: Add update-llpkgc script
Diffstat (limited to 'Utilities/cmllpkgc')
-rw-r--r-- | Utilities/cmllpkgc/README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Utilities/cmllpkgc/README.rst b/Utilities/cmllpkgc/README.rst new file mode 100644 index 0000000..233a575 --- /dev/null +++ b/Utilities/cmllpkgc/README.rst @@ -0,0 +1,14 @@ +llpkgc +****** + +This code is generated by the upstream llpkgc repository located at: +https://gitlab.kitware.com/utils/llpkgc + +Generally, updates to llpkgc should be made in the upstream utilities library +unless they are exceptionally specific to CMake itself. + +The upstream repository does not vendor a generated copy of the parser, so +the associated update script for this dependency runs the generator and +vendors it appropriately. This requires a reasonably up-to-date version of +npm be available in addition to the normal 3rd-party update tooling +requirements. |