Initial commit.
This commit is contained in:
4
vim/snippets/cmake/props.snippet
Executable file
4
vim/snippets/cmake/props.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
SET_TARGET_PROPERTIES(${1:target}
|
||||
${2:PROPERTIES} ${3:COMPILE_FLAGS}
|
||||
${4:"-O3 -Wall -pedantic"}
|
||||
)
|
||||
Reference in New Issue
Block a user