Browse Source

modules: updated FindCorrade.cmake from Corrade repository.

pull/110/head
Vladimír Vondruš 11 years ago
parent
commit
e9c4fc3f0f
  1. 2
      modules/FindCorrade.cmake

2
modules/FindCorrade.cmake

@ -43,6 +43,7 @@
# (Linux, BSD, OS X) # (Linux, BSD, OS X)
# CORRADE_TARGET_APPLE - Defined if compiled for OS X # CORRADE_TARGET_APPLE - Defined if compiled for OS X
# CORRADE_TARGET_WINDOWS - Defined if compiled for Windows # 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 # CORRADE_TARGET_NACL - Defined if compiled for Google Chrome
# Native Client # Native Client
# CORRADE_TARGET_NACL_NEWLIB - Defined if compiled for Google Chrome # CORRADE_TARGET_NACL_NEWLIB - Defined if compiled for Google Chrome
@ -199,6 +200,7 @@ set(_corradeFlags
TARGET_UNIX TARGET_UNIX
TARGET_APPLE TARGET_APPLE
TARGET_WINDOWS TARGET_WINDOWS
TARGET_WINDOWS_RT
TARGET_NACL TARGET_NACL
TARGET_NACL_NEWLIB TARGET_NACL_NEWLIB
TARGET_NACL_GLIBC TARGET_NACL_GLIBC

Loading…
Cancel
Save