https://github.com/Kitware/CMake
Raw File
Tip revision: b3de2a8e6451c9138948c23a974740823ade8263 authored by Brad King on 01 June 2015, 13:39:26 UTC
CMake 3.2.3
Tip revision: b3de2a8
CMAKE_ARGC.rst
CMAKE_ARGC
----------

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

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