Browse Source

Platform: no need, GlfwApplication isn't ported to Emscripten anyway.

mousecapture
Vladimír Vondruš 6 years ago
parent
commit
8d9514148c
  1. 6
      src/Magnum/Platform/Test/CMakeLists.txt

6
src/Magnum/Platform/Test/CMakeLists.txt

@ -58,10 +58,8 @@ if(WITH_GLFWAPPLICATION)
# HiDPi.manifest not needed, as GLFW sets that on its own # HiDPi.manifest not needed, as GLFW sets that on its own
target_link_libraries(PlatformGlfwApplicationTest PRIVATE MagnumGlfwApplication Corrade::Main) target_link_libraries(PlatformGlfwApplicationTest PRIVATE MagnumGlfwApplication Corrade::Main)
# Window icon loading # Window icon loading
if(NOT CORRADE_TARGET_EMSCRIPTEN) target_sources(PlatformGlfwApplicationTest PRIVATE ${Platform_RESOURCES})
target_sources(PlatformGlfwApplicationTest PRIVATE ${Platform_RESOURCES}) target_link_libraries(PlatformGlfwApplicationTest PRIVATE MagnumTrade)
target_link_libraries(PlatformGlfwApplicationTest PRIVATE MagnumTrade)
endif()
set_target_properties(PlatformGlfwApplicationTest PROPERTIES FOLDER "Magnum/Platform/Test") set_target_properties(PlatformGlfwApplicationTest PROPERTIES FOLDER "Magnum/Platform/Test")
endif() endif()

Loading…
Cancel
Save