X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/612969653144b079f4d45f084ae132a7e41ff662..7069fb50f04a8df46fdab42732e82e9e2c4389a2:/vim/ultisnips/cmake.snippets diff --git a/vim/ultisnips/cmake.snippets b/vim/ultisnips/cmake.snippets index 9609a05..1983d60 100644 --- a/vim/ultisnips/cmake.snippets +++ b/vim/ultisnips/cmake.snippets @@ -18,6 +18,11 @@ target_link_libraries($2 ) endsnippet +snippet pprint "Pretty print variables" b +include(CMakePrintHelpers) +cmake_print_variables(${1:var1}) +endsnippet + snippet qt5 "Find Qt5 Modules" b # Qt5 Modules set(qt5_modules