25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

12 satır
606 B

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