ASM files in Android Studio no compiled

Hello,

When including an asm file (extension “.s”) in the Projucer (5.1.2), it is correctly added to the CMakeLists.txt but doesn’t pass through cmake (included in the latest android studio, freshly installed), and thus it isn’t compiled.

Adding the following line near the beginning of the CMakeLists.txt fixes it:

enable_language(ASM)

Thanks. A fix for this will appear on develop shortly.

1 Like