We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This snippet can be added as an example for TTS integration:
include(FetchContent) FetchContent_Declare(tts_content GIT_REPOSITORY https://github.com/jfalcou/tts.git GIT_TAG 1.0) FetchContent_GetProperties(tts_content) if(NOT tts_content_POPULATED) FetchContent_Populate(tts_content) endif() include_directories(${tts_content_SOURCE_DIR}/include)
The text was updated successfully, but these errors were encountered:
Fix #42 - Proper FetchContent support
41cf5a8
5b8326a
No branches or pull requests
This snippet can be added as an example for TTS integration:
The text was updated successfully, but these errors were encountered: