選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
618 B

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