From 76f73f4a61d1515cc93b1be1feea0cb328759f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Feb 2016 17:41:28 +0100 Subject: [PATCH] Platform: add missing definitions to magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 2a6f8658f..2771eac8f 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -197,9 +197,15 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef CORRADE_TARGET_APPLE Debug() << " CORRADE_TARGET_APPLE"; #endif + #ifdef CORRADE_TARGET_IOS + Debug() << " CORRADE_TARGET_IOS"; + #endif #ifdef CORRADE_TARGET_WINDOWS Debug() << " CORRADE_TARGET_WINDOWS"; #endif + #ifdef CORRADE_TARGET_WINDOWS_RT + Debug() << " CORRADE_TARGET_WINDOWS_RT"; + #endif #ifdef CORRADE_TARGET_NACL Debug() << " CORRADE_TARGET_NACL"; #endif