Replace Catch header by a xmake package

This commit is contained in:
Jérôme Leclercq
2021-06-04 20:09:35 +02:00
parent ee2ceaa701
commit d72984380d
64 changed files with 68 additions and 17861 deletions

View File

@@ -1,6 +1,6 @@
#include <Nazara/Core/HandledObject.hpp>
#include <Nazara/Core/ObjectHandle.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
struct ObjectHandle_Test : public Nz::HandledObject<ObjectHandle_Test>
{