Merge pull request #24107 from mrpilot2/cmake_pch_mods

Mods (Part 1): use CMake to generate precompiled headers on all platforms
This commit is contained in:
Chris Hennes
2025-09-23 08:35:43 -05:00
committed by GitHub
753 changed files with 511 additions and 2327 deletions

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef __PRECOMPILED_GUI__
#define __PRECOMPILED_GUI__
#ifndef PART_DESIGN_PRECOMPILED_H
#define PART_DESIGN_PRECOMPILED_H
#include <FCConfig.h>
@@ -58,4 +58,4 @@
# include <Gui/InventorAll.h>
#endif // _PreComp_
#endif // __PRECOMPILED_GUI__
#endif // PART_DESIGN_PRECOMPILED_H