CMAKE_ARGC.rst 215 B

1234567
  1. CMAKE_ARGC
  2. ----------
  3. Number of command line arguments passed to CMake in script mode.
  4. When run in -P script mode, CMake sets this variable to the number of
  5. command line arguments. See also CMAKE_ARGV0, 1, 2 ...