mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-19 22:57:00 +02:00
qrc buildage exclude
This commit is contained in:
parent
94bbcc0b2a
commit
f997fb8b8e
2 changed files with 30 additions and 14 deletions
|
|
@ -68,6 +68,10 @@ endif()
|
|||
|
||||
# my unity/jumbo build
|
||||
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
|
||||
if(MSVC AND ENABLE_UNITY_BUILD)
|
||||
# Unity builds need big objects for MSVC...
|
||||
add_compile_options(/bigobj)
|
||||
endif()
|
||||
|
||||
# qt stuff
|
||||
option(ENABLE_QT "Enable the Qt frontend" ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue