mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
- the two dist_add_... macros now both take a list of file names as argument so more files can be added at once to the dist tarball. - dist_add_generated now creates the right target by itself. There's no need to pass one any more - make the swig generated *.py module files explicit output files - change a couple of custom_targets into custom_commands. The only reason they were defined as targets was to ensure they got built before the dist tarball. This is now properly handled by the dist_add_... macros. - correctly handle dependency on swig-runtime.h (using OBJECT_DEPENDS was not the way to do it according to that property's help page) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
COPYING-CMAKE-SCRIPTS.txt | ||
GncAddGSchemaTargets.cmake | ||
GncAddSchemeTargets.cmake | ||
GncAddSwigCommand.cmake | ||
GncAddTest.cmake | ||
GncFindPkgConfig.cmake | ||
MacroAddSourceFileCompileFlags.cmake | ||
MacroAppendForeach.cmake | ||
MakeDist.cmake | ||
MakeDistCheck.cmake | ||
MakeDistFiles.cmake |