Function: projectile--cmake-compile-command
projectile--cmake-compile-command is a byte-compiled function defined
in projectile.el.
Signature
(projectile--cmake-compile-command)
Documentation
CMake compile command.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile--cmake-compile-command ()
"CMake compile command."
(projectile--cmake-command :compile-command))