Browse Source

Platform: clarify a comment so I don't waste time here again.

pull/415/head
Vladimír Vondruš 6 years ago
parent
commit
631032749d
  1. 4
      src/Magnum/Platform/CMakeLists.txt

4
src/Magnum/Platform/CMakeLists.txt

@ -36,8 +36,8 @@ set(MagnumPlatform_HEADERS
set(MagnumPlatform_PRIVATE_HEADERS )
# DPI scaling queries only for EmscriptenApplication, Sdl2Application and
# GlfwApplication at the moment, build the files only then
# DPI scaling queries and related stuff for EmscriptenApplication,
# Sdl2Application and GlfwApplication
if(WITH_EMSCRIPTENAPPLICATION OR WITH_GLFWAPPLICATION OR WITH_SDL2APPLICATION)
# List of libraries to link when using the MagnumPlatformObjects target
# TODO: use target_link_libraries() when we are on a CMake version that

Loading…
Cancel
Save