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:
Diffstat (limited to 'source/blender/imbuf/intern/dds/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/intern/dds/CMakeLists.txt52
1 files changed, 26 insertions, 26 deletions
diff --git a/source/blender/imbuf/intern/dds/CMakeLists.txt b/source/blender/imbuf/intern/dds/CMakeLists.txt
index c68608f4cff..2ec1ea9eb36 100644
--- a/source/blender/imbuf/intern/dds/CMakeLists.txt
+++ b/source/blender/imbuf/intern/dds/CMakeLists.txt
@@ -19,14 +19,14 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
- ..
- ../..
- ../../../blenkernel
- ../../../blenlib
- ../../../makesdna
- ../../../../../intern/guardedalloc
- ../../../../../intern/utfconv
+ .
+ ..
+ ../..
+ ../../../blenkernel
+ ../../../blenlib
+ ../../../makesdna
+ ../../../../../intern/guardedalloc
+ ../../../../../intern/utfconv
)
set(INC_SYS
@@ -34,31 +34,31 @@ set(INC_SYS
)
set(SRC
- BlockDXT.h
- Color.h
- ColorBlock.h
- Common.h
- DirectDrawSurface.h
- FlipDXT.h
- Image.h
- PixelFormat.h
- Stream.h
- dds_api.h
+ BlockDXT.h
+ Color.h
+ ColorBlock.h
+ Common.h
+ DirectDrawSurface.h
+ FlipDXT.h
+ Image.h
+ PixelFormat.h
+ Stream.h
+ dds_api.h
- BlockDXT.cpp
- ColorBlock.cpp
- DirectDrawSurface.cpp
- FlipDXT.cpp
- Image.cpp
- Stream.cpp
- dds_api.cpp
+ BlockDXT.cpp
+ ColorBlock.cpp
+ DirectDrawSurface.cpp
+ FlipDXT.cpp
+ Image.cpp
+ Stream.cpp
+ dds_api.cpp
)
set(LIB
)
if(WITH_IMAGE_DDS)
- add_definitions(-DWITH_DDS)
+ add_definitions(-DWITH_DDS)
endif()
blender_add_lib(bf_imbuf_dds "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")