diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-11 17:49:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-11 17:49:09 +0300 |
commit | 2274758726d1138a2b65535244e84225c3de5304 (patch) | |
tree | f55922ce637b797ea42fe0392126961b2cc3cc32 /src/CMakeLists.txt | |
parent | 7de8936d864564b2a9fafaa74af84ec10e755388 (diff) | |
download | plus-2274758726d1138a2b65535244e84225c3de5304.tar.gz plus-2274758726d1138a2b65535244e84225c3de5304.tar.bz2 plus-2274758726d1138a2b65535244e84225c3de5304.tar.xz plus-2274758726d1138a2b65535244e84225c3de5304.zip |
Move fbo code to GraphicsManager from opengl backends.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e5556fccb..0ce99f292 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -415,6 +415,7 @@ SET(SRCS resources/dye.h resources/emotedb.cpp resources/emotedb.h + resources/fboinfo.h resources/image.cpp resources/image.h resources/imagehelper.cpp |