ITachiLab / hotkey-detective

A small program for investigating stolen hotkeys under Windows 8+
GNU General Public License v3.0
362 stars 16 forks source link

Create a batch script for building releases automatically #11

Open ITachiLab opened 2 years ago

ITachiLab commented 2 years ago

CMake should build two architectures at once, as a convenience, to avoid switching build systems.

=== Update ===

This cannot be done with a pure CMake. Two different build directories are requires for this. The easiest will be creating a batch script or Makefile that simply makes the release automatically.