Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

12 Zeilen
546 B

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