cmake: make ENABLE_UNITY_BUILD an option

This commit is contained in:
lizzie
2026-03-27 07:06:22 +00:00
committed by Ploo
parent bc36ab0753
commit 4797110b08
+2
View File
@@ -71,6 +71,8 @@ option(CITRON_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation"
option(CITRON_USE_AUTO_UPDATER "Enable automatic updater functionality" OFF)
option(ENABLE_UNITY_BUILD "Enables the unity build" OFF)
option(ENABLE_CUBEB "Enables the cubeb audio backend" ON)
option(ENABLE_OPENAL "Enables the OpenAL audio backend" ON)