parse_arguments_argv_n.rst 216 B

123456
  1. parse_arguments_argv_n
  2. ----------------------
  3. * The :command:`cmake_parse_arguments` command gained a new
  4. mode to read arguments directly from ``ARGC`` and ``ARGV#``
  5. variables inside a :command:`function` body.