Allow toggling pre-compiled headers

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-14 16:06:16 +00:00
parent 9ced66e990
commit 3a16cf3081
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
2 changed files with 37 additions and 12 deletions

View file

@ -216,6 +216,8 @@ set(Launcher_SUBREDDIT_URL "https://prismlauncher.org/reddit" CACHE STRING "URL
# Builds
set(Launcher_QT_VERSION_MAJOR "6" CACHE STRING "Major Qt version to build against")
option(Launcher_USE_PCH "Use precompiled headers where possible" ON)
# Java downloader
set(Launcher_ENABLE_JAVA_DOWNLOADER_DEFAULT ON)