Function: projectile--cmake-configure-command

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

Signature

(projectile--cmake-configure-command)

Documentation

CMake configure command.

Source Code

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