[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 d07d2fc64a
commit ab0a15139b
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 {