mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-07 20:50:58 +00:00
@@ -72,6 +72,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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user