CMake: Rebuild .cpp/.h files from .pyi on build

This commit is contained in:
Kacper Donat
2025-04-24 22:57:50 +02:00
committed by Chris Hennes
parent d377d43de5
commit 2a5114f2d3
2 changed files with 2 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ SET(FreeCADBase_SRCS
${FreeCADBase_CPP_SRCS}
${FreeCADBase_HPP_SRCS}
${FreeCADBase_XML_SRCS}
${FreeCADBase_Pyi_SRCS}
${FreeCADBase_UNITAPI_SRCS}
PyTools.c
PyTools.h

View File

@@ -1362,6 +1362,7 @@ SET(FreeCADGui_SRCS
${FreeCADGui_connexion_HDRS}
${FreeCADGui_CPP_SRCS}
${FreeCADGui_XML_SRCS}
${FreeCADGui_Pyi_SRCS}
${qsint_MOC_SRCS}
${Gui_QRC_SRCS}
${Gui_UIC_HDRS}