Browse Source

Add TARGET_VULKAN option

Signed-off-by: Squareys <Squareys@googlemail.com>
pull/202/head
Squareys 10 years ago committed by Jonathan Hale
parent
commit
496fee9b5e
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -215,7 +215,6 @@ endif()
if(TARGET_VULKAN) if(TARGET_VULKAN)
set(MAGNUM_TARGET_VULKAN 1) set(MAGNUM_TARGET_VULKAN 1)
endif() endif()
if(CORRADE_TARGET_EMSCRIPTEN) if(CORRADE_TARGET_EMSCRIPTEN)
include(UseEmscripten) include(UseEmscripten)
endif() endif()

Loading…
Cancel
Save