Skip to content
New issue

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

Version and supported archs #234

Merged
merged 6 commits into from
Sep 10, 2024
Merged

Version and supported archs #234

merged 6 commits into from
Sep 10, 2024

Conversation

TimEvens
Copy link
Collaborator

@TimEvens TimEvens commented Sep 10, 2024

Adds initial starting version that is defined in CMakeLists.txt. cmake will generate <bin dir>/include/quicr/version.h header that is included via include/quicr/config.h. Apps and the library can then use the version header as needed to get the version, description and project name.

Updated cmake to restrict builds to linux and apple platforms as well as arm64 and x86_64. Others will generate a fatal error indicating the platform/arch is unsupported.

Resolves #232
Resolves #231

@TimEvens TimEvens merged commit ae19db6 into main Sep 10, 2024
3 checks passed
@TimEvens TimEvens deleted the version-and-supported-archs branch September 10, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants