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

CMake Cleanup #483

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

CMake Cleanup #483

wants to merge 4 commits into from

Conversation

rpavlik
Copy link

@rpavlik rpavlik commented Nov 22, 2024

This fixes most of the errors building with a newer toolchain, etc.

(I still have to ./gradlew sdk:assembleRelease extractNdk before trying to do anything with hellocardboard-android, but it does build and build nicely now.)

Additionally, I added CMake options to control the optional parts of the Cardboard SDK. This is likely to be appreciated by downstream users who can reduce their diff against the official SDK by just configuring these variables, instead of editing the CMake file.

e.g. dashes almost never appear in variable names, and this tends to break
syntax highlighters at least.
Would be better to use find_library et al, but they inexplicably failed.
@rpavlik rpavlik mentioned this pull request Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant