From ce1e299b53f1c8c279f77ab23f7aba966641c067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 8 Oct 2013 01:03:40 +0200 Subject: [PATCH] Fixed ES3 build. --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bc8cde356..6ec246ec3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -137,18 +137,18 @@ set(Magnum_HEADERS magnumVisibility.h) -# Desktop-only headers +# Desktop-only headers and libraries if(NOT TARGET_GLES) set(Magnum_HEADERS ${Magnum_HEADERS} BufferTexture.h CubeMapTextureArray.h) + set(Magnum_OBJECTS ${Magnum_OBJECTS} $) endif() # Not-ES2 headers if(NOT TARGET_GLES2) set(Magnum_HEADERS ${Magnum_HEADERS} BufferImage.h) - set(Magnum_OBJECTS ${Magnum_OBJECTS} $) endif() # Files shared between main library and math unit test library