emacs-config/elpa/cmake-ide-20190731.1009/cmake-ide-autoloads.el
2020-04-28 12:47:35 +02:00

55 lines
1.4 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; cmake-ide-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "cmake-ide" "cmake-ide.el" (0 0 0 0))
;;; Generated autoloads from cmake-ide.el
(autoload 'cmake-ide-setup "cmake-ide" "\
Set up the Emacs hooks for working with CMake projects.
\(fn)" nil nil)
(autoload 'cmake-ide-maybe-run-cmake "cmake-ide" "\
Run CMake if the compilation database JSON file is not found.
\(fn)" t nil)
(autoload 'cmake-ide-run-cmake "cmake-ide" "\
Run CMake and set compiler flags for auto-completion and flycheck.
This works by calling cmake in a temporary directory (or `cmake-ide-build-dir')
and parsing the JSON file deposited there with the compiler
flags.
\(fn)" t nil)
(autoload 'cmake-ide-load-db "cmake-ide" "\
Load compilation DB and set flags for current buffer.
\(fn)" t nil)
(autoload 'cmake-ide-compile "cmake-ide" "\
Compile the project.
\(fn)" t nil)
(autoload 'cmake-ide-maybe-start-rdm "cmake-ide" "\
Start the rdm (rtags) server.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cmake-ide" '("cmake-" "cide--")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; cmake-ide-autoloads.el ends here