Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

12 rader
592 B

  1. # This file contains options that can be passed to the cmake command
  2. Option ( HELLOWORLD_INSTALL_DEBUG
  3. "Install the stripped debug informations of helloworld."
  4. OFF )
  5. Option ( HELLOWORLD_NO_STRIP
  6. "Do not strip debug symbols from helloworld binary."
  7. OFF )
  8. Option ( HELLOWORLD_USE_GIT_VERSION
  9. "Read the git tags to get the version of helloworld"
  10. ON )