Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-10-31 23:05:24 +0300
committerMaxime Curioni <maxime.curioni@gmail.com>2008-10-31 23:05:24 +0300
commit1db8ac58a31b43f1286ca640c939edbfee88a51d (patch)
tree940911ce8f55d0db96f9b5fafeb42480297a18f8 /source/blender/CMakeLists.txt
parent911926110baf5b470b4cc06c0be09e3ccfb3934e (diff)
parent027d86b9ff5a4f7b859b28e33d3d40f264a4e55b (diff)
soc-2008-mxcurioni: merged changes to revision 17246
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index f5ca2c1a17f..e2add807ae4 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -34,6 +34,10 @@ IF(WITH_OPENEXR)
SUBDIRS(imbuf/intern/openexr)
ENDIF(WITH_OPENEXR)
+IF(WITH_DDS)
+ SUBDIRS(imbuf/intern/dds)
+ENDIF(WITH_DDS)
+
IF(WITH_QUICKTIME)
SUBDIRS(quicktime)
ENDIF(WITH_QUICKTIME)