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.
 
 
 
 

12 rindas
648 B

  1. # This file contains options that can be passed to the cmake command
  2. Option ( LIBINTERFACE_INSTALL_HEADER
  3. "Install headers of libinterface."
  4. ON )
  5. Option ( LIBINTERFACE_INSTALL_PACKAGE
  6. "Install the cmake package of libinterface."
  7. ON )
  8. Option ( LIBINTERFACE_USE_GIT_VERSION
  9. "Read the git tags to get the version of libinterface"
  10. ON )