Add GENERATE_SWIG_WRAPPERS option to control the generation of swig wrappers independently of whether we're building from git

The swig wrappers don't really depend on git (but rather on swig) and there can be
situations the builder wants to generate the wrappers also from a tar ball.
This commit is contained in:
Geert Janssens
2018-01-31 16:16:59 +01:00
parent 1805972646
commit ff24970f5f
9 changed files with 66 additions and 56 deletions

View File

@@ -48,6 +48,6 @@ if (NOT ${MAKEINFO} STREQUAL "MAKEINFO-NOTFOUND")
)
ENDIF()
endif (NOT ${MAKEINFO} STREQUAL "MAKEINFO-NOTFOUND")
dist_add_generated(gnucash-design.info)
dist_add_generated (${BUILDING_FROM_VCS} gnucash-design.info)
SET_DIST_LIST(doc_design_DIST CMakeLists.txt gnucash-design.texi ${gnucash_design_TEXINFOS})