From d4a5d7d6955982496ba523a439fc98276a28e2d8 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 15 Sep 2021 09:36:45 +1000 Subject: Move colour mixing implementations into implementation file. Avoids some warnings but drops constexpr. Use MixedWith in PlatWin for GDI instead of local implementation. Add unit tests for Geometry. --- test/unit/UnitTester.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/UnitTester.vcxproj') diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index 2e130ec3d..8d41cf383 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -158,6 +158,7 @@ + -- cgit v1.2.3