mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
`swig` has two output-related options: * `-o <outfile>`: Set name of C/C++ output file to <outfile> * `-outdir <dir>`: Set language-specific files output directory to <dir> We already have `CMAKE_SWIG_OUTDIR` for the latter. Add a new `SWIG_OUTFILE_DIR` option for the former.
7 lines
217 B
ReStructuredText
7 lines
217 B
ReStructuredText
UseSWIG-SWIG_OUTFILE_DIR
|
|
------------------------
|
|
|
|
* The :module:`UseSWIG` module ``swig_add_source_to_module`` command
|
|
learned a new ``SWIG_OUTFILE_DIR`` option to control the output
|
|
file location (``swig -o``).
|