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

4 lines
52 B
Plaintext
Executable File

ADD_LIBRARY(${1:lib} ${2:STATIC}
${${3:SRCS}}
)