CMAKE_ARGC.rst 258 B

12345678
  1. CMAKE_ARGC
  2. ----------
  3. Number of command line arguments passed to CMake in script mode.
  4. When run in :ref:`-P <CMake Options>` script mode, CMake sets this variable to
  5. the number of command line arguments. See also :variable:`CMAKE_ARGV0`,
  6. ``1``, ``2`` ...