dotar/vim/snippets/cmake/props.snippet
2011-11-17 16:00:49 -06:00

5 lines
106 B
Plaintext
Executable File

SET_TARGET_PROPERTIES(${1:target}
${2:PROPERTIES} ${3:COMPILE_FLAGS}
${4:"-O3 -Wall -pedantic"}
)