Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

15 рядки
808 B

  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_FEATURE_TIMING_ENABLED
  12. "Enable the timing features of asyncpp"
  13. ON )