asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.8k stars 241 forks source link

Initial cmake support #332

Closed showlabor closed 2 years ago

showlabor commented 2 years ago

This adds support for the cmake build system. I don't regard it as complete ny any means. It is very basic and has only been tested on Debian. It doesn't conflict, though, with the projucer based build system. Not a single existing file had to be changed. So this might serve as a first step towards a proper transistion to cmake.

Please, see README_cmake.md for the details.

asb2m10 commented 2 years ago

Thanks for this. CMake will be the new build system and Projucer will be removed. The Azure DevOps CI/CD will be migrated to git action; using CMake will make this easier. I just to know how to remove the "Made with JUCE" splashscreen; this is GPL software.