https://github.com/Kitware/CMake
Raw File
Tip revision: b7b0fb430397bafae4a7bd80b41d474c91a3b7f3 authored by Brad King on 23 March 2021, 15:43:17 UTC
CMake 3.20.0
Tip revision: b7b0fb4
CMAKE_ARGC.rst
CMAKE_ARGC
----------

Number of command line arguments passed to CMake in script mode.

When run in :ref:`-P <Script Processing Mode>` script mode, CMake sets this
variable to the number of command line arguments.  See also
:variable:`CMAKE_ARGV0`, ``1``, ``2`` ...
back to top