init
This commit is contained in:
6
snippets/cmake-mode/add_executable
Normal file
6
snippets/cmake-mode/add_executable
Normal file
@@ -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