Is there a reason the android example lives in android/example and not in
examples/ like all the other examples?

The reason I ask is because the cmake for that example is rather bad... it
hardcodes some stuff like the used architecture and writes generated files
into the source folder and so on. I believe originally the examples in the
examples folder did not compile under Android at all so this one example
was better than nothing. But now that all examples build under Android (and
in a much better way, using all the cmake variables and writing generated
files into the build folder) I'd like to do something like:

mv android/example examples/ex_android

But maybe this example does something special or is used as a template or
something, so thought I better ask first.
_______________________________________________
Allegro-developers mailing list
[email protected]
https://mail.gna.org/listinfo/allegro-developers

Reply via email to