yasnippet-snippets/cmake-mode/option
Magnus Therning 6b200c3a39 Some improvements to the cmake snippets.
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-01-12 15:44:55 +01:00

5 lines
No EOL
99 B
Text

# -*- mode: snippet -*-
# name: option
# key: opt
# --
option(${1:OPT} "${2:docstring}" ${3:value})