unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/cmake-mode/add_executable

6 lines
124 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: add_executable
# key: exe
# --
add_executable($1 ${2:main.cpp})
target_link_libraries($1 $3)