I’m in the process of updated a large project to use CMake instead of the Projucer. First thing I’m stuck on is the creation of the JuceHeader.h file. I have the following set:
juce_generate_juce_header(${PROJECT_NAME})
yet my header file is never created? All I get in Xcode is a broken reference?