mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
Fix comp
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
aa655dec1b
commit
325c576b39
@ -69,6 +69,7 @@ endif()
|
|||||||
# my unity/jumbo build
|
# my unity/jumbo build
|
||||||
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
|
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
|
||||||
if(MSVC AND ENABLE_UNITY_BUILD)
|
if(MSVC AND ENABLE_UNITY_BUILD)
|
||||||
|
message(STATUS "Unity build")
|
||||||
# Unity builds need big objects for MSVC...
|
# Unity builds need big objects for MSVC...
|
||||||
add_compile_options(/bigobj)
|
add_compile_options(/bigobj)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
|
|
||||||
namespace Network {
|
namespace Network {
|
||||||
|
|||||||
@ -358,7 +358,7 @@ target_sources(yuzu PRIVATE
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Add the QRC file to package in all QM files
|
# Add the QRC file to package in all QM files
|
||||||
qt_add_resources(
|
qt_add_resources(yuzu
|
||||||
${QRC_COMPAT_LIST}
|
${QRC_COMPAT_LIST}
|
||||||
${QRC_ICONS}
|
${QRC_ICONS}
|
||||||
${QRC_THEMES}
|
${QRC_THEMES}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user