|
|
|
@ -557,7 +557,11 @@ if(WITH_MAGNUMINFO) |
|
|
|
elseif(CORRADE_TARGET_UNIX) |
|
|
|
elseif(CORRADE_TARGET_UNIX) |
|
|
|
target_link_libraries(magnum-info MagnumWindowlessGlxApplication) |
|
|
|
target_link_libraries(magnum-info MagnumWindowlessGlxApplication) |
|
|
|
elseif(CORRADE_TARGET_WINDOWS) |
|
|
|
elseif(CORRADE_TARGET_WINDOWS) |
|
|
|
target_link_libraries(magnum-info MagnumWindowlessWglApplication) |
|
|
|
if(NOT MAGNUM_TARGET_GLES OR MAGNUM_TARGET_DESKTOP_GLES) |
|
|
|
|
|
|
|
target_link_libraries(magnum-info MagnumWindowlessWglApplication) |
|
|
|
|
|
|
|
else() |
|
|
|
|
|
|
|
target_link_libraries(magnum-info MagnumWindowlessWindowsEglApplication) |
|
|
|
|
|
|
|
endif() |
|
|
|
else() |
|
|
|
else() |
|
|
|
message(FATAL_ERROR "magnum-info is not available on this platform. Set WITH_MAGNUMINFO to OFF to skip building it.") |
|
|
|
message(FATAL_ERROR "magnum-info is not available on this platform. Set WITH_MAGNUMINFO to OFF to skip building it.") |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|