CMake support in the Projucer

CLion support has landed on the develop branch.

Here we’re simply creating a (concatenated) CMakeLists.txt for each supported platform rather than using a custom CMake framework for JUCE. Ultimately an approach like a few people on in this thread have suggested, where you can find_package or similar to pull in JUCE code, is the direction we will go in the future. Then, once this is in place, the CLion exporter will be migrated to the new system.

2 Likes