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/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)