Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: add_library
|
||||
# key: lib
|
||||
# --
|
||||
add_library($1 ${2:class.cpp})
|
||||
target_link_libraries($1 $3)
|
Reference in New Issue
Block a user