You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 regels
1.4 KiB

  1. # This file contains options that can be passed to the cmake command
  2. Option ( CPPLOGGING_INSTALL_HEADER
  3. "Install headers of cpplogging."
  4. ON )
  5. Option ( CPPLOGGING_INSTALL_STATIC
  6. "Install static library of cpplogging."
  7. ON )
  8. Option ( CPPLOGGING_INSTALL_SHARED
  9. "Install shared library of cpplogging."
  10. ON )
  11. Option ( CPPLOGGING_INSTALL_DEBUG
  12. "Install the stripped debug informations of cpplogging."
  13. OFF )
  14. Option ( CPPLOGGING_INSTALL_PACKAGE
  15. "Install the cmake package of cpplogging."
  16. ON )
  17. Option ( CPPLOGGING_NO_STRIP
  18. "Do not strip debug symbols from binary."
  19. OFF )
  20. Option ( CPPLOGGING_USE_GIT_VERSION
  21. "Read the git tags to get the version of cpplogging"
  22. ON )