Most probably in case of CB … I don’t why JUCE doesn’t support CMake builds by defaults because it’s Os and IDE independent build tool. And what all major IDE understands. Even CB. Or XCode (not verified).
So please, add CMake support to or give fully detailed examples to create it for app/vst projects. Thank you.
CMake support is something we’ve talked about before, and we’ll probably implement it at some point. I’m afraid I can’t give you a sensible ETA though.
Tom, I might be wrong but that was my first thought too, but all the paths seem fine. What I have noticed is, if you remove VS from the build options and select CB only, JUCE won’t allow export to IDE. And if VS and CB are selected it writes files to the VS Build folder only, CB Build folder is empty.
Ian is right in here. I’ve noticed same, Projucer doesn’t make or create CB projetc files in such way that develop can just open project and start coding.
It should Projucer job to create CB project files and it’s fail to do that.
edit.
I know that you have busy to support X amount environments with Y amount tools and IDE’s. So that way CMake is import to coders.