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