Squashed 'cmake/' content from commit 2d25566

git-subtree-dir: cmake
git-subtree-split: 2d25566a1c5162ce3fd6bfc268d5665de182af89
This commit is contained in:
Ryan Pavlik
2010-11-11 10:59:10 -06:00
commit c1d65c7f1f
177 changed files with 15885 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Line by line summary:
# Until we find the first */ or // {
# In sections between /* and */ (that is, a block comment) {
# substitute @version WHATEVER with @version and the
# cmake-substituted version string.
# }
# }
0,/[*/][/]/ {
/\/\*/,/\*\// {
s_([@\\])version(\s*).*$_\1version\2@version@_1g
}
}