]> 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>
Sat, 28 Sep 2024 22:26:45 +0000 (01:26 +0300)
commitc3b9dad07d3fd9319f88386b7095019bcea45ce1
tree78fe5586e240ead2e79fa63b6751f59d69c2d892
parentda4f275bd1c18b897e5c2dd0043546de3accce0a
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.)
CMakeLists.txt