gnucash/common/cmake_modules
Geert Janssens 4317d8a8f6 Improve handling of generated distributable files
- 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)
2018-01-29 19:46:44 +01:00
..
CMakeLists.txt Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
COPYING-CMAKE-SCRIPTS.txt Restructure the src directory 2017-08-10 18:45:00 +02:00
GncAddGSchemaTargets.cmake Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
GncAddSchemeTargets.cmake Drop guile 1.8 support 2017-12-20 14:55:40 +01:00
GncAddSwigCommand.cmake Improve handling of generated distributable files 2018-01-29 19:46:44 +01:00
GncAddTest.cmake Add support for guile 2.2 2017-12-20 14:55:40 +01:00
GncFindPkgConfig.cmake Restructure the src directory 2017-08-10 18:45:00 +02:00
MacroAddSourceFileCompileFlags.cmake Restructure the src directory 2017-08-10 18:45:00 +02:00
MacroAppendForeach.cmake Restructure the src directory 2017-08-10 18:45:00 +02:00
MakeDist.cmake Fix make dist on a clean checkout 2018-01-29 19:46:44 +01:00
MakeDistCheck.cmake Fix make dist on a clean checkout 2018-01-29 19:46:44 +01:00
MakeDistFiles.cmake Improve handling of generated distributable files 2018-01-29 19:46:44 +01:00