Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

22 linhas
1.2 KiB

  1. Option ( CPPHIBERNATE_USE_CPPLOGGING
  2. "Try to find the cpplogging library and use it as logger instead of logging to std::cout."
  3. OFF )
  4. Option ( CPPHIBERNATE_INSTALL_HEADER
  5. "Install headers of cpphibernate."
  6. ON )
  7. Option ( CPPHIBERNATE_INSTALL_STATIC
  8. "Install static library of cpphibernate."
  9. ON )
  10. Option ( CPPHIBERNATE_INSTALL_SHARED
  11. "Install shared library of cpphibernate."
  12. ON )
  13. Option ( CPPHIBERNATE_INSTALL_DEBUG
  14. "Install the stripped debug informations of cpphibernate."
  15. OFF )
  16. Option ( CPPHIBERNATE_NO_STRIP
  17. "Do not strip debug symbols from binary."
  18. OFF )
  19. Option ( CPPHIBERNATE_DEBUG
  20. "Write extra debug output to the console/logger."
  21. OFF )