Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

16 wiersze
812 B

  1. Option ( CPPMARIADB_INSTALL_HEADER
  2. "Install headers of cppmariadb."
  3. ON )
  4. Option ( CPPMARIADB_INSTALL_STATIC
  5. "Install static library of cppmariadb."
  6. ON )
  7. Option ( CPPMARIADB_INSTALL_SHARED
  8. "Install shared library of cppmariadb."
  9. ON )
  10. Option ( CPPMARIADB_INSTALL_DEBUG
  11. "Install the stripped debug informations of cppmariadb."
  12. OFF )
  13. Option ( CPPMARIADB_NO_STRIP
  14. "Do not strip debug symbols from binary."
  15. OFF )