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.
|
- # This file contains options that can be passed to the cmake command
-
- Option ( CPPARGS_INSTALL_HEADER
- "Install headers of cppargs."
- ON )
- Option ( CPPARGS_INSTALL_PACKAGE
- "Install the cmake package of cppargs."
- ON )
- Option ( CPPARGS_USE_GIT_VERSION
- "Read the git tags to get the version of cppargs"
- ON )
|