Browse Source

Android: Added support for adding asm files to Android projects

tags/2021-05-28
hogliux 7 years ago
parent
commit
c2a04a3c98
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h

+ 2
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h 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);


Loading…
Cancel
Save