mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
UseSWIG-no-MAIN_DEPENDENCY
|
||||
--------------------------
|
||||
|
||||
* The :module:`UseSWIG` module ``SWIG_ADD_MODULE`` macro no
|
||||
longer attaches the swig invocation custom command to the
|
||||
``.i`` source file in IDE projects. This is because only
|
||||
one custom command can be safely attached to a given source
|
||||
file, and adding multiple modules with the same ``.i`` file
|
||||
for different languages requires more than one such command.
|
||||
Reference in New Issue
Block a user