@ -68,10 +68,10 @@ if(WITH_DISTANCEFIELDCONVERTER)
target_link_libraries ( magnum-distancefieldconverter MagnumWindowlessGlxApplication )
endif ( )
elseif ( CORRADE_TARGET_WINDOWS )
if ( NOT MAGNUM_TARGET_GLES OR MAGNUM_TARGET_DESKTOP_GLES )
target_link_libraries ( magnum-distancefieldconverter MagnumWindowlessWglApplication )
else ( )
if ( MAGNUM_TARGET_GLES AND NOT MAGNUM_TARGET_DESKTOP_GLES )
target_link_libraries ( magnum-distancefieldconverter MagnumWindowlessWindowsEglApplication )
else ( )
target_link_libraries ( magnum-distancefieldconverter MagnumWindowlessWglApplication )
endif ( )
else ( )
message ( FATAL_ERROR "magnum-distancefieldconverter is not available on this platform. Set WITH_DISTANCEFIELDCONVERTER to OFF to suppress this warning." )