cmake/Help/prop_sf/WRAP_EXCLUDE.rst

12 lines
357 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
WRAP_EXCLUDE
------------
Exclude this source file from any code wrapping techniques.
Some packages can wrap source files into alternate languages to
2019-11-11 23:01:05 +01:00
provide additional functionality.
For example, C++ code can be wrapped into Java or Python, using SWIG.
If ``WRAP_EXCLUDE`` is set to ``True``, that indicates that this
source file should not be wrapped.