[PD] App: precompiled header fixes

- use same naming scheme ans CMakeLists structure as for all other WBs
This commit is contained in:
Uwe
2022-12-09 19:05:32 +01:00
parent 13b0b89160
commit 454dddb8ba
5 changed files with 12 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ extern PyObject* initModule();
}
/* Python entry */
PyMOD_INIT_FUNC(_PartDesign)
PyMOD_INIT_FUNC(PartDesign)
{
// load dependent module
try {