mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Exact an exact match with Clang broke building when the compiler ID
was "AppleClang", reverting parts of [0].
[0]:
|
||
|---|---|---|
| .. | ||
| 7zTypes.h | ||
| 7zWindows.h | ||
| Alloc.c | ||
| Alloc.h | ||
| CMakeLists.txt | ||
| Compiler.h | ||
| CpuArch.c | ||
| CpuArch.h | ||
| LzFind.c | ||
| LzFind.h | ||
| LzFindMt.c | ||
| LzFindMt.h | ||
| LzFindOpt.c | ||
| LzHash.h | ||
| LzmaDec.c | ||
| LzmaDec.h | ||
| LzmaEnc.c | ||
| LzmaEnc.h | ||
| LzmaLib.c | ||
| LzmaLib.h | ||
| Precomp.h | ||
| README.blender | ||
| Threads.c | ||
| Threads.h | ||
Project: LZMA SDK URL: https://www.7-zip.org/sdk.html License: Public Domain Upstream version: 23.01 Local modifications: No code changes - Took only files needed for Blender: C source for raw LZMA1 encoder/decoder. - CMakeLists.txt is made for Blender codebase