hotkey-detective
hotkey-detective copied to clipboard
Create a batch script for building releases automatically
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.