summaryrefslogtreecommitdiffstats
path: root/Tests/UseSWIG/ModuleName
Commit message (Collapse)AuthorAgeFilesLines
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-1/+1
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* UseSWIG: add management of SWIG option -moduleMarc Chevrier2018-12-073-0/+103
When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374