Skip to content
Snippets Groups Projects
Commit 8444b984 authored by congzhangzh's avatar congzhangzh Committed by Brad King
Browse files

UseSWIG: Add option to specify swig output file directory

`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.
parent 4c7de5d3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment