aboutsummaryrefslogtreecommitdiffstats
path: root/release/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-211-8/+0
| | | | | The migration from 32-bit to 64-bit has long passed. Let's get rid of all distinctions as native applications it the norm now.
* Don't specify SOURCE in custom targetsPierre Ossman2021-11-051-4/+2
| | | | | | They don't really contribute to anything as the command line is fixed, and it makes CMake 3.20+ upset since it cannot find that file and instead thinks we meant maketarball.in (CMP0115).
* Split WinVNC to a separate installerPierre Ossman2020-07-161-15/+12
| | | | It doesn't work very well so it shouldn't be included by default.
* Run maketarball through bashPierre Ossman2020-07-161-2/+2
| | | | It uses bash-isms so a POSIX shell will not work correctly.
* Move release cmake stuff to release directoryPierre Ossman2020-07-161-14/+14
| | | | It's just confusing when this is split over two directories.
* Test packaging on TravisPierre Ossman2020-07-161-0/+90
Don't just build things, also test the various packaging.