taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 437 forks source link

Build mutliple abi's with one cmake file #14

Closed chromaticbum closed 9 years ago

chromaticbum commented 10 years ago

This is more of a question rather than a feature request maybe. I am trying to build a shared library for ARM/X86/MIPS all at the same time. I can see how to do this manually very easily. Create multiple build folders and run "cmake .." in them with appropriate toolchain parameters. Is there any way I can generate these folders easily from cmake?

taka-no-me commented 9 years ago

cmake does not allow to mix several compilers within one build. So this is nearly impossible with cmake