]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 8 Sep 2022 12:02:41 +0000 (15:02 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 16 Sep 2022 12:32:55 +0000 (15:32 +0300)
commita273a0cb77c6000e4da627b07f28c5af41f0908c
tree8d3a85fb55a800cb246e1c76edbeaae0f24c0545
parent5875a45be0ab399e37acc31165725a9b5291f67e
CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.

The previous commit split liblzma.map into liblzma_linux.map and
liblzma_generic.map. This commit updates the CMake build for those.

common_w32res.rc dependency was listed under Linux/FreeBSD while
obviously it belongs to Windows when building a DLL.
CMakeLists.txt