Function: projectile--cmake-install-command

projectile--cmake-install-command is a byte-compiled function defined in projectile.el.

Signature

(projectile--cmake-install-command)

Documentation

CMake install command.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile--cmake-install-command ()
  "CMake install command."
  (projectile--cmake-command :install-command))