The VST3 SDK on the Mac adds CMakeLists.txt to every plugin example. I’ve noticed when I edit one of them in Xcode also the content of the project-map is changed (for example c++ files are added or removed).
I am wondering why these files are contained into the project-map (.xcodeproj) of the VST3 SDK ? I thought they were only necessary to create the .xcodeproj itself?
Is CMakeLists.txt necessary for building the project-targets or is it safe to exclude the files from the .xcodeproj ?
What is the correct way to add cpp files to the project-map? Do I have to edit also CMakeLists.txt ?