mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-26 09:06:45 +00:00
@@ -72,6 +72,7 @@ endif()
|
||||
# my unity/jumbo build
|
||||
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
|
||||
if(MSVC AND ENABLE_UNITY_BUILD)
|
||||
message(STATUS "Unity build")
|
||||
# Unity builds need big objects for MSVC...
|
||||
add_compile_options(/bigobj)
|
||||
endif()
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Network {
|
||||
|
||||
@@ -361,7 +361,7 @@ target_sources(yuzu PRIVATE
|
||||
)
|
||||
|
||||
# Add the QRC file to package in all QM files
|
||||
qt_add_resources(
|
||||
qt_add_resources(yuzu
|
||||
${QRC_COMPAT_LIST}
|
||||
${QRC_ICONS}
|
||||
${QRC_THEMES}
|
||||
|
||||
Reference in New Issue
Block a user