ENABLE_UNITY_BUILD

This commit is contained in:
lizzie 2026-03-18 01:07:54 +00:00 committed by crueter
parent 453d1fda34
commit 0a222cbcd2
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
3 changed files with 9 additions and 0 deletions

View file

@ -66,6 +66,9 @@ if (YUZU_STATIC_ROOM)
set(fmt_FORCE_BUNDLED ON)
endif()
# my unity/jumbo build
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
# qt stuff
option(ENABLE_QT "Enable the Qt frontend" ON)
option(ENABLE_QT_TRANSLATION "Enable translations for the Qt frontend" OFF)