ENABLE_UNITY_BUILD

This commit is contained in:
lizzie 2026-03-18 01:07:54 +00:00
parent 6f88800899
commit c66c890d47
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)