1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Android: Added support for adding asm files to Android projects

This commit is contained in:
hogliux 2017-10-18 10:58:07 +01:00
parent 7ea9874a01
commit c2a04a3c98

View file

@ -413,6 +413,8 @@ private:
mo << "SET( CMAKE_SHARED_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} ${JUCE_LDFLAGS}\")" << newLine << newLine;
}
mo << "enable_language(ASM)" << newLine << newLine;
StringArray userLibraries = StringArray::fromTokens(getExternalLibrariesString(), ";", "");
userLibraries.addArray (androidLibs);