From e9a2f84fd3f203a1942c87c5c9c38b5b4ff6d051 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 11 Jun 2025 21:43:33 +0200 Subject: Dep/g3d: Enable PCH --- dep/g3dlite/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dep') diff --git a/dep/g3dlite/CMakeLists.txt b/dep/g3dlite/CMakeLists.txt index fc22b4e10b8..2397bd8d05b 100644 --- a/dep/g3dlite/CMakeLists.txt +++ b/dep/g3dlite/CMakeLists.txt @@ -77,3 +77,14 @@ set_target_properties(g3dlib PROPERTIES FOLDER "dep") + +# Generate precompiled header +if(USE_COREPCH) + list(APPEND g3dlib_PCH_HEADERS + [["G3D/Any.h"]] + [["G3D/Array.h"]] + [["G3D/BinaryOutput.h"]] + [["G3D/Vector3.h"]]) + + add_cxx_pch(g3dlib "${g3dlib_PCH_HEADERS}") +endif() -- cgit v1.2.3