1
0
mirror of synced 2024-11-28 09:30:51 +01:00
ImHex/plugins
reggie 56b2e09b01
build: Fix zstd not being linked in correctly (#1544)
Prior to this, at least on Linux/MacOS/etc, I guess it was not possible
to compile with Zstd included for `hex::dec::zstd_decompress()`:


![image](https://github.com/WerWolv/ImHex/assets/56618074/008dbb3d-eeaf-4f49-a918-4751ec69f00c)

Every other target lib for the decompression plugin would compile,
**except for** Zstd. Additionally, the target name `zstd` caused CMake
to not be able to find `Find(ZSTD).cmake` due to case-sensitivity
differences between Windows and Unix-based file paths, of course.
With that said, I'm not too sure if this will break building w/ Zstd on
Windows... Hopefully not 😄
2024-02-13 20:22:28 +01:00
..
builtin impr: Remove separator line in view menu if fullscreen and always on top are disabled 2024-02-11 23:02:34 +01:00
decompress build: Fix zstd not being linked in correctly (#1544) 2024-02-13 20:22:28 +01:00
diffing patterns: Updated pattern language 2024-02-11 20:44:21 +01:00
disassembler build: Fix various issues with linking, clang and unity builds 2024-01-29 22:57:39 +01:00
fonts impr: Restructure various components much better (#1520) 2024-01-28 22:14:59 +01:00
hashes feat: Made sum hash calculation more useful 2024-02-13 20:20:48 +01:00
script_loader impr: Restructure various components much better (#1520) 2024-01-28 22:14:59 +01:00
ui fix: Broken editing view column rendering in pattern drawer 2024-02-12 19:40:21 +01:00
visualizers build: Fix various issues with linking, clang and unity builds 2024-01-29 22:57:39 +01:00
windows feat: Allow switching off borderless window mode 2024-02-11 14:12:14 +01:00
yara_rules build: Fix various issues with linking, clang and unity builds 2024-01-29 22:57:39 +01:00