From 631032749df1ea2880401cb64bddddbb4b9f1339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 6 Jan 2020 19:07:50 +0100 Subject: [PATCH] Platform: clarify a comment so I don't waste time here again. --- src/Magnum/Platform/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/CMakeLists.txt b/src/Magnum/Platform/CMakeLists.txt index fa51506b7..1edeac105 100644 --- a/src/Magnum/Platform/CMakeLists.txt +++ b/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