gnucash/common
Geert Janssens a543143689 Generate the gresource xml file based on a list of resources
This inverts the logic from
- having an xml file and extracting dependencies
  from it to
- having a list of dependencies and generating
  an xml file from it

In the original configuration adding or removing a
resource to/from the gresources.xml file would not
be detected by cmake as a change in dependencies.
The user would have to remember to rerun cmake manually.
By explicitly listing the dependencies, cmake will
properly recongifure and regenerate if that list is
updated. The remainder of the dependency configuration
also ensures proper rebuilds of gnucash, libaqbanking
and libofx if any of the resource files change, a new
one is added or an existing one is removed.

For reusability the code to generate the gresource related
files as been extracted into a separate function.
2023-01-01 15:06:42 +01:00
..
cmake_modules Generate the gresource xml file based on a list of resources 2023-01-01 15:06:42 +01:00
debug Fix various typos 2022-04-08 14:12:50 -04:00
test-core Merge branch 'maint' 2022-10-09 22:27:55 -04:00
base-typemaps.i [options] Change RelativeDate and Multichoice index type to uint16_t. 2022-08-06 16:25:42 -07:00
CMakeLists.txt Make swig wrapper generation just another build step 2019-09-21 22:50:51 +02:00
config.h.cmake.in [price-quotes] Make wiggle test conditional on F::Q being installed. 2022-10-02 11:50:26 -07:00
gnc-test-env.pl Fix typos for gnuchash/ doc/ bindings/ and misc. 2019-09-13 20:26:03 -04:00
guile-mappings.h Redefine some more buggy Guile string conversions. 2018-04-24 17:57:52 -07:00
platform.h gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 2018-12-27 22:33:17 +01:00