dotar/vim/snippets/cmake/props.snippet

5 lines
106 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
SET_TARGET_PROPERTIES(${1:target}
${2:PROPERTIES} ${3:COMPILE_FLAGS}
${4:"-O3 -Wall -pedantic"}
)