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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-18 13:20:49 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-18 13:20:49 +0400
commit54022cfa1c5c3274ecd320359169a389bfef55c6 (patch)
treee50a9d0b2cae698396c81d8561d0cb565fe29af7 /source/blender/editors/io/CMakeLists.txt
parente60adbb57d773d3126a4ea53d7c4a453b1daf66b (diff)
Fix compilation error for SCons
Was missed some scons rules after recent collada changes
Diffstat (limited to 'source/blender/editors/io/CMakeLists.txt')
-rw-r--r--[-rwxr-xr-x]source/blender/editors/io/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index ceefb7f8a47..0c417c5dfb9 100755..100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -33,10 +33,10 @@ set(INC
set(SRC
io_collada.c
- io_ops.c
-
- io_collada.h
- io_ops.h
+ io_ops.c
+
+ io_collada.h
+ io_ops.h
)
if(WITH_OPENCOLLADA)