UseSWIG-no-MAIN_DEPENDENCY.rst 422 B

123456789
  1. UseSWIG-no-MAIN_DEPENDENCY
  2. --------------------------
  3. * The :module:`UseSWIG` module ``SWIG_ADD_MODULE`` macro no
  4. longer attaches the swig invocation custom command to the
  5. ``.i`` source file in IDE projects. This is because only
  6. one custom command can be safely attached to a given source
  7. file, and adding multiple modules with the same ``.i`` file
  8. for different languages requires more than one such command.