From e9c4fc3f0fd2b5798475b72722ff01574134b2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 Sep 2015 12:38:08 +0200 Subject: [PATCH] modules: updated FindCorrade.cmake from Corrade repository. --- modules/FindCorrade.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index 20e4b80a1..f4aaf94c0 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -43,6 +43,7 @@ # (Linux, BSD, OS X) # CORRADE_TARGET_APPLE - Defined if compiled for OS X # CORRADE_TARGET_WINDOWS - Defined if compiled for Windows +# CORRADE_TARGET_WINDOWS_RT - Defined if compiled for Windows RT # CORRADE_TARGET_NACL - Defined if compiled for Google Chrome # Native Client # CORRADE_TARGET_NACL_NEWLIB - Defined if compiled for Google Chrome @@ -199,6 +200,7 @@ set(_corradeFlags TARGET_UNIX TARGET_APPLE TARGET_WINDOWS + TARGET_WINDOWS_RT TARGET_NACL TARGET_NACL_NEWLIB TARGET_NACL_GLIBC