https://github.com/Kitware/CMake
Raw File
Tip revision: 16fbb8c14245da53f49b0991ad530198262c5f85 authored by Brad King on 29 August 2024, 18:33:54 UTC
CMake 3.29.8
Tip revision: 16fbb8c
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