Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
618 B

  1. # This file contains options that can be passed to the cmake command
  2. Option ( CPPARGS_INSTALL_HEADER
  3. "Install headers of cppargs."
  4. ON )
  5. Option ( CPPARGS_INSTALL_PACKAGE
  6. "Install the cmake package of cppargs."
  7. ON )
  8. Option ( CPPARGS_USE_GIT_VERSION
  9. "Read the git tags to get the version of cppargs"
  10. ON )