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.
 
 
 

22 lines
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 )