[Code] Optimize PCH Config (Faster Builds)

This commit is contained in:
Akkadius
2025-06-22 13:15:42 -05:00
parent df86ad371b
commit 229d056e40
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -842,7 +842,7 @@ IF (UNIX)
ENDIF (UNIX)
IF (WIN32 AND EQEMU_BUILD_PCH)
TARGET_PRECOMPILE_HEADERS(common PRIVATE pch/pch.h)
TARGET_PRECOMPILE_HEADERS(common PRIVATE pch/std-pch.h)
ENDIF ()
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)