1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

tests: attempt to fix build without lua

This commit is contained in:
Konstantin
2023-04-25 22:24:10 +03:00
committed by Konstantin P
parent f03819fba2
commit 2a8f9629ae
11 changed files with 55 additions and 6 deletions

View File

@@ -24,7 +24,9 @@
#include "../mock/mock_IBattleInfoCallback.h"
#include "../mock/mock_IGameInfoCallback.h"
#include "../mock/mock_battle_IBattleState.h"
#if SCRIPTING_ENABLED
#include "../mock/mock_scripting_Pool.h"
#endif
#include "../mock/mock_Environment.h"
#include "../mock/mock_Services.h"
#include "../mock/mock_vstd_CLoggerBase.h"