]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Add the resource files to the Cygwin and MSYS2 builds
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 28 Sep 2024 17:09:50 +0000 (20:09 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 1 Oct 2024 09:16:28 +0000 (12:16 +0300)
commite0ba0f26d9f3f53cedc92fb13303924c39d00392
tree3661afc673a7409531183f8b98760824bd11b482
parent69637d0c323c0d7d9619cff637c7ce97dabc4f02
CMake: Add the resource files to the Cygwin and MSYS2 builds

Autotools-based build has always done this so this is for consistency.

However, the CMake build won't create the DEF file when building
for Cygwin or MSYS2 because in that context it should be useless.
(If Cygwin or MSYS2 is used to host building of normal Windows
binaries then the DEF file is still created.)

(cherry picked from commit c3b9dad07d3fd9319f88386b7095019bcea45ce1)
CMakeLists.txt