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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-17 13:11:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-17 13:11:13 +0400
commit5792bd7cc74581a5ac37325207c1cc6a338be9c7 (patch)
tree53ac7a4d0a317dc9c4552afca1a226a50fd3e43c /source/blender/collada/CMakeLists.txt
parentc9ad903af2b70013eaab85567e3affa8bcc6d172 (diff)
cmake: cleanup include paths, some duplicates and going up some unneeded dirs.
Diffstat (limited to 'source/blender/collada/CMakeLists.txt')
-rw-r--r--source/blender/collada/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt
index 07da532146f..e2a68d19682 100644
--- a/source/blender/collada/CMakeLists.txt
+++ b/source/blender/collada/CMakeLists.txt
@@ -28,13 +28,13 @@ remove_strict_flags()
set(INC
.
- ../blenlib
../blenkernel
+ ../blenlib
../blenloader
- ../windowmanager
+ ../editors/include
../makesdna
../makesrna
- ../editors/include
+ ../windowmanager
../../../intern/guardedalloc
)