yasnippet-snippets/snippets/cmake-mode/option
2017-08-13 12:16:55 +01:00

5 lines
No EOL
99 B
Text

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