mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Updated catch to v1.12.2
This commit is contained in:
parent
11b3fe4283
commit
7d496095a5
6566
extlibs/headers/catch.hpp
vendored
6566
extlibs/headers/catch.hpp
vendored
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@ set(SRCROOT "${PROJECT_SOURCE_DIR}/test/src")
|
|||||||
|
|
||||||
SET(SRC
|
SET(SRC
|
||||||
"${SRCROOT}/Main.cpp"
|
"${SRCROOT}/Main.cpp"
|
||||||
|
"${SRCROOT}/UnitTests.hpp"
|
||||||
"${SRCROOT}/UnitTests.cpp"
|
"${SRCROOT}/UnitTests.cpp"
|
||||||
"${SRCROOT}/Vector2.cpp"
|
"${SRCROOT}/Vector2.cpp"
|
||||||
"${SRCROOT}/Rect.cpp"
|
"${SRCROOT}/Rect.cpp"
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include <SFML/Graphics/Color.hpp>
|
#include <SFML/Graphics/Color.hpp>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
|
||||||
// String conversions for Catch framework
|
// String conversions for Catch framework
|
||||||
namespace Catch
|
namespace Catch
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user