Add CMake generator expression snippet

This commit is contained in:
Kenneth Benzie 2016-11-10 11:04:38 +00:00
parent 8b73403590
commit 33ba3095bc

View File

@ -814,3 +814,7 @@ while(${1:condition})
$0
endwhile()
endsnippet
snippet $< "Generator expression" i
$<$1:$0>
endsnippet