55 lines
1.4 KiB
EmacsLisp
55 lines
1.4 KiB
EmacsLisp
;;; 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
|