init
This commit is contained in:
10
snippets/bazel-mode/ccinc
Normal file
10
snippets/bazel-mode/ccinc
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: cc_inc_library
|
||||
# key: ccinc
|
||||
# --
|
||||
cc_inc_library(
|
||||
name = "$0",
|
||||
hdrs = ["$1"],
|
||||
prefix = "$2",
|
||||
deps = ["$3"]
|
||||
)
|
||||
Reference in New Issue
Block a user