summaryrefslogtreecommitdiffstats
path: root/Tests/UseSWIG/AlternateLibraryName
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: add capability to select python version for the testsMarc Chevrier2023-06-151-3/+3
|
* UseSWIG: Manage alternate library nameMarc Chevrier2019-05-031-0/+35
Manage alternate library name by passing -interface <library_name> for python language or -dllimport <library_name> for CSharp language to the SWIG compiler. Fixes: #18771