Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- # This file contains options that can be passed to the cmake command
-
- Option ( CPPCORE_INSTALL_HEADER
- "Install headers of cppcore."
- ON )
- Option ( CPPCORE_INSTALL_PACKAGE
- "Install the cmake package of cppcore."
- ON )
- Option ( CPPCORE_USE_GIT_VERSION
- "Read the git tags to get the version of cppcore"
- ON )
|