Commit 318642e
committed
COMP: Update Python.h include path, and linkage
Set include directories for Python wrapping from Python3::Module
target.
Changed Python header inclusion to use angle brackets for consistency.
Added include directory properties for `itkPyCommand.cxx` to improve
Python wrapping configuration.
Add Python linking in ITKCommon when ITK_WRAP_PYTHON
- Updated `ITKCommon` to link against appropriate Python libraries when Python wrapping is enabled.
- Differentiated linking logic for LIMITED_API and non-LIMITED_API configurations.1 parent 0eb788c commit 318642e
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
248 | 254 | | |
249 | 255 | | |
250 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
251 | 264 | | |
252 | 265 | | |
253 | 266 | | |
| |||
0 commit comments