https://github.com/Kitware/CMake
Raw File
Tip revision: 8d70ed5a10362209d265a15d993f319235aea7e5 authored by Brad King on 07 November 2018, 12:50:43 UTC
CMake 3.13.0-rc3
Tip revision: 8d70ed5
CMAKE_ARGC.rst
CMAKE_ARGC
----------

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

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