eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.cmake 225B

1234567891011121314151617
  1. list(APPEND CPACK_SOURCE_IGNORE_FILES
  2. /\.git/
  3. /\.gitignore
  4. /\.github/
  5. /\.tx/
  6. /\.travis.yml
  7. /_layouts/
  8. /android/
  9. /build/
  10. /chromium_extension/
  11. /data/
  12. /docs/
  13. /emscripten/
  14. /fastlane/
  15. /tools/
  16. /vim/
  17. )