hotkey-detective icon indicating copy to clipboard operation
hotkey-detective copied to clipboard

Create a batch script for building releases automatically

Open ITachiLab opened this issue 4 years ago • 0 comments

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.

ITachiLab avatar Aug 27 '21 08:08 ITachiLab