Skip to content
  • congzhangzh's avatar
    UseSWIG: Add option to specify swig output file directory · 8444b984
    congzhangzh authored and Brad King's avatar Brad King committed
    `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.
    8444b984