Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Fixed the style a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Casarin authored and garbas committed Feb 3, 2011
1 parent 10b8efd commit b44655c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions snippets/cmake.snippets
Expand Up @@ -31,8 +31,7 @@ snippet subdir
ADD_SUBDIRECTORY(${1:src}) ADD_SUBDIRECTORY(${1:src})


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


Expand All @@ -53,4 +52,7 @@ snippet dep
) )


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

0 comments on commit b44655c

Please sign in to comment.