Handle dependencies through CPM
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-05 13:59:15 +01:00
parent 1c51edb2b9
commit 48b11f8179
20 changed files with 1062 additions and 6035 deletions

View File

@@ -1,5 +1,5 @@
#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
#include <doctest.h>
#include "../../src/Library/BaseLibrary.hpp"
#include "../TestLibrary/TestLibrary.hpp"

View File

@@ -1,5 +1,5 @@
#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
#include <doctest.h>
#include "../../src/Library/EffectParameter.hpp"
using namespace CreatureLib::Library;

View File

@@ -1,6 +1,6 @@
#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
#include <doctest.h>
#include "../../src/Library/CreatureData/CreatureSpecies.hpp"
using namespace CreatureLib::Library;

View File

@@ -1,7 +1,7 @@
#ifdef TESTS_BUILD
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "../../extern/doctest.hpp"
#include <doctest.h>
#include "../TestLibrary/TestLibrary.hpp"
TEST_CASE("Can Create Attack Library") {