From 2cb165d63a80f851a922cefa1f62b0e1d7ac9599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 24 Mar 2014 12:41:12 +0100 Subject: [PATCH] Platform: show MAGNUM_TARGET_WEBGL in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 999de991a..0728e5ab5 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -131,6 +131,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef MAGNUM_TARGET_DESKTOP_GLES Debug() << " MAGNUM_TARGET_DESKTOP_GLES"; #endif + #ifdef MAGNUM_TARGET_WEBGL + Debug() << " MAGNUM_TARGET_WEBGL"; + #endif Debug() << ""; /* Create context here, so the context creation info is displayed at proper