Replies: 2 comments
-
I've needed this aswell and had a local fork of this with some more additions. I've added a example in #2280 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This seems like a useful idea. I'm going to move this into a discussion, I think that's more appropriate than an issue at this point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the past, I've done the wxwidgets support by adding platforms/wxwidgets files on a separate branch in my fork. This solution was flawed, because it needed separate set of hacks when building on windows/linux/rpi-linux. So I thought that I could do as follows:
And this is problematic because currently, the tangram-es' CMake exposes following targets:
What I would like to propose is as follows:
but is this feasible for all the platforms (ios, android)?
Beta Was this translation helpful? Give feedback.
All reactions