Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- # This file contains options that can be passed to the cmake command
-
- Option ( CPPRTTI_INSTALL_HEADER
- "Install headers of cpprtti."
- ON )
- Option ( CPPRTTI_INSTALL_PACKAGE
- "Install the cmake package of cpprtti."
- ON )
- Option ( CPPRTTI_USE_GIT_VERSION
- "Read the git tags to get the version of cpprtti"
- ON )
|