djh0ffman / PT1210

PT-1210 Amiga DJ Software
40 stars 3 forks source link

Switch to CMake build system #40

Closed dwhinham closed 4 years ago

dwhinham commented 4 years ago

This commit removes the hand-rolled Makefile-based build system and replaces it with a CMake build system generator.

Take a look at https://github.com/djh0ffman/PT1210/blob/cmake/DEVELOPER.md to see how to use it and give it a try - it should be much easier and more reliable to get a working build environment going with this setup now, especially on Windows. 😄