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.

asyncpp-options.cmake 997 B

1234567891011121314151617
  1. # This file contains options that can be passed to the cmake command
  2. Option ( ASYNCPP_INSTALL_HEADER
  3. "Install headers of asyncpp."
  4. ON )
  5. Option ( ASYNCPP_INSTALL_PACKAGE
  6. "Install the cmake package of asyncpp."
  7. ON )
  8. Option ( ASYNCPP_USE_GIT_VERSION
  9. "Read the git tags to get the version of asyncpp"
  10. ON )
  11. Option ( ASYNCPP_ENABLE_FEATURE_FS
  12. "Enable the file system features of asyncpp"
  13. ON )
  14. Option ( ASYNCPP_ENABLE_FEATURE_TIMING
  15. "Enable the timing features of asyncpp"
  16. ON )