ARCHIVE_OUTPUT_NAMEΒΆ
Output name for ARCHIVE target files.
This property specifies the base name for archive target files.  It
overrides OUTPUT_NAME and OUTPUT_NAME_<CONFIG>
properties.
Note
On macOS, this property will be ignored for the linker import files (e.g.
.tbd files, see ENABLE_EXPORTS property for details) when:
- The - FRAMEWORKis set, because the framework layout cannot be changed.
- The - Xcodegenerator is used, due to the limitations and constraints of the- Xcodetool.
In both cases, the linker import files will be generated with the same name as the shared library.
See also the ARCHIVE_OUTPUT_NAME_<CONFIG> target property.
