aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-11CMake: Require that the C compiler supports C99 or a newer standard.Lasse Collin1-0/+8
2023-03-11CMake/Windows: Add a workaround for windres from GNU binutils.Lasse Collin1-1/+31
2023-03-11CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.Lasse Collin1-1/+1
2023-03-11CMake: Fix a copypaste error in xzdec Windows resource file handling.Lasse Collin1-2/+2
2023-03-11CMake/Windows: Add resource files to xz.exe and xzdec.exe.Lasse Collin1-0/+16
2022-11-30Change the bug report address.Lasse Collin1-1/+1
2022-11-24Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin1-1/+4
2022-11-24CMake: Don't use symbol versioning with static library.Lasse Collin1-3/+7
2022-09-16CMake: Clarify a comment about Windows symlinks without file extension.Jia Tan1-4/+3
2022-09-16CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.Lasse Collin1-5/+19
2022-09-16CMake: Add xz symlinks.Lasse Collin1-1/+37
2022-09-16CMake: Put xz man page install under if(UNIX) like is for xzdec.Lasse Collin1-3/+5
2022-07-12CMake: Keep compatible with Windows 95 for 32-bit build.huangqinjin1-1/+11
2022-07-12CMake: Use interface library for better FindLibLZMA compatibility.Lasse Collin1-2/+9
2022-07-12CMake: Try to improve compatibility with the FindLibLZMA module.Lasse Collin1-8/+13
2022-07-12Build: Don't build bundles on Apple OSes.Lasse Collin1-0/+3
2022-07-12CMake: Fix compatibility with CMake 3.13.Lasse Collin1-1/+1
2020-03-11Build: Add very limited experimental CMake support.Lasse Collin1-0/+659