Merge commit 'c1d65c7f1f6836d4fe961c0a54ea11ff8fdfc62d' as 'cmake'
This commit is contained in:
13
cmake/StampSourcesWithVersion.sed.in
Normal file
13
cmake/StampSourcesWithVersion.sed.in
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user