Is there a way to pass build #define flags to vcpkg packages? I'm using Manifest mode.
Specifically, I want to set the _GLFW_WNDCLASSNAME define when building the glfw3 package via vcpkg.
This is the portfile for glfw3. I don't know the details of portfiles, but I don't see that #define being used in there.
In the Cmake configuration in options you set the compiler flags. Add:
-Din GCC: