Handle dependencies through CPM
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifdef TESTS_BUILD
|
||||
|
||||
#include <utility>
|
||||
#include "../../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../../src/Battling/ScriptHandling/ScriptAggregator.hpp"
|
||||
|
||||
using namespace CreatureLib;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifdef TESTS_BUILD
|
||||
|
||||
#include <utility>
|
||||
#include "../../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../../src/Battling/ScriptHandling/ScriptSet.hpp"
|
||||
|
||||
using namespace CreatureLib;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifdef TESTS_BUILD
|
||||
|
||||
#include "../../../src/Battling/ScriptHandling/ScriptSource.hpp"
|
||||
#include "../../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
|
||||
using namespace CreatureLib;
|
||||
using namespace CreatureLib::Battling;
|
||||
|
||||
Reference in New Issue
Block a user