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

5 lines
111 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: cmake_minimum_required
# key: min
# --
cmake_minimum_required(VERSION ${1:2.6})