-
-
Notifications
You must be signed in to change notification settings - Fork 85
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 Find Packages #114
Comments
When cross compiling with CMake, you need to set a bunch of cmake flags to tell it where/how to look for things, and what not to look for. One way of configuring those flags, which might work, is something like this:
|
Hey I fixed this issue by adding the parameters:
And setting CROSS_ROOT to the right path! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use packages such as Vulkan.
Like if you would want to do:
The problem is cmake would try to search after the linux package. I have not found any way to fix this.
The text was updated successfully, but these errors were encountered: