-
Notifications
You must be signed in to change notification settings - Fork 90
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
Adding a cmake config to help find image resources #693
Adding a cmake config to help find image resources #693
Conversation
…mple applications
Hi @matthewroberthenderson , the provided by you solution fails on Linux (see this). Let's understand the root of the problem: I assume that images are not being copied together with source files during CMake configuration. Therefore, I suggest to add file copying part in CMake files and use relative path for images without modifying source files. |
@ihhub Yep that makes more sense to me thanks for this. I'll update my PR. |
@matthewroberthenderson , thank you very much for your contribution to the project! |
Very happy to. Really love this project, thanks for putting it out there. |
When debugging an an example app after first configuring the project the image paths cannot be located. Adding a simple in file could also be used for other relative project paths.
close #694