GNOME Bugzilla – Bug 747134
glib-compile-resources --generate should detect common C++ file extensions
Last modified: 2016-07-17 03:51:41 UTC
Created attachment 300701 [details] [review] patch glib-compile-resources has the --generate flag to automatically select source or header output from the --target's file extension. However, this only worked for C; attached patch extends this with the common file extensions for C++.