]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake/Windows: Add resource files to xz.exe and xzdec.exe.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 7 Jan 2023 17:50:03 +0000 (19:50 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 11 Mar 2023 19:34:26 +0000 (21:34 +0200)
commit4dbdbd02d2a09e7e8c530d46de3d31e31c8f09a7
tree19bfd56adf762b90e8262a2ef35de91f006b3c8a
parent2155fef5285bd524a9b8476dd7d146d845c846a9
CMake/Windows: Add resource files to xz.exe and xzdec.exe.

The command line tools cannot be built with MSVC for now but
they can be built with MinGW-w64.

Thanks to Iouri Kharon for the bug report and the original patch.
CMakeLists.txt