@ -58,8 +58,12 @@ if(CORRADE_TARGET_NACL)
elseif ( CORRADE_TARGET_ANDROID )
elseif ( CORRADE_TARGET_ANDROID )
option ( WITH_ANDROIDAPPLICATION "Build AndroidApplication library" OFF )
option ( WITH_ANDROIDAPPLICATION "Build AndroidApplication library" OFF )
# O S X - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
elseif ( CORRADE_TARGET_APPLE )
cmake_dependent_option ( WITH_WINDOWLESSCGLAPPLICATION "Build WindowlessCglApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
# X 1 1 , G L X a n d E G L - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
# X 1 1 , G L X a n d E G L - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
elseif ( CORRADE_TARGET_UNIX AND NOT APPLE )
elseif ( CORRADE_TARGET_UNIX )
option ( WITH_GLXAPPLICATION "Build GlxApplication library" OFF )
option ( WITH_GLXAPPLICATION "Build GlxApplication library" OFF )
cmake_dependent_option ( WITH_WINDOWLESSGLXAPPLICATION "Build WindowlessGlxApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
cmake_dependent_option ( WITH_WINDOWLESSGLXAPPLICATION "Build WindowlessGlxApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
cmake_dependent_option ( WITH_XEGLAPPLICATION "Build XEglApplication library" OFF "TARGET_GLES" OFF )
cmake_dependent_option ( WITH_XEGLAPPLICATION "Build XEglApplication library" OFF "TARGET_GLES" OFF )
@ -67,10 +71,6 @@ elseif(CORRADE_TARGET_UNIX AND NOT APPLE)
# W i n d o w s - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
# W i n d o w s - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
elseif ( CORRADE_TARGET_WINDOWS )
elseif ( CORRADE_TARGET_WINDOWS )
cmake_dependent_option ( WITH_WINDOWLESSWGLAPPLICATION "Build WindowlessWglApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
cmake_dependent_option ( WITH_WINDOWLESSWGLAPPLICATION "Build WindowlessWglApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
# O S X - s p e c i f i c a p p l i c a t i o n l i b r a r i e s
elseif ( APPLE )
cmake_dependent_option ( WITH_WINDOWLESSCGLAPPLICATION "Build WindowlessCglApplication library" OFF "NOT WITH_MAGNUMINFO;NOT WITH_FONTCONVERTER;NOT WITH_DISTANCEFIELDCONVERTER" ON )
endif ( )
endif ( )
# P l a t f o r m - independent ( almost ) a p p l i c a t i o n l i b r a r i e s
# P l a t f o r m - independent ( almost ) a p p l i c a t i o n l i b r a r i e s