Browse Source

Provide TARGET_WEBGL variable in CMake.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
33bb57ac74
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -167,6 +167,7 @@ if(TARGET_GLES)
endif()
endif()
if(CORRADE_TARGET_EMSCRIPTEN)
set(TARGET_WEBGL 1)
set(MAGNUM_TARGET_WEBGL 1)
endif()
if(TARGET_DESKTOP_GLES)

Loading…
Cancel
Save