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.
 
 
 
 

19 Zeilen
1020 B

  1. Option ( LIBHELLOWORLD_INSTALL_HEADER
  2. "Install headers of libhelloworld."
  3. ON )
  4. Option ( LIBHELLOWORLD_INSTALL_STATIC
  5. "Install static library of libhelloworld."
  6. ON )
  7. Option ( LIBHELLOWORLD_INSTALL_SHARED
  8. "Install shared library of libhelloworld."
  9. ON )
  10. Option ( LIBHELLOWORLD_INSTALL_DEBUG
  11. "Install the stripped debug informations of libhelloworld."
  12. OFF )
  13. Option ( LIBHELLOWORLD_NO_STRIP
  14. "Do not strip debug symbols from binary."
  15. OFF )
  16. Option ( LIBHELLOWORLD_USE_GIT_VERSION
  17. "Read the git tags to get the version of libhelloworld"
  18. ON )