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>2013-06-15 10:03:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-15 10:03:15 +0400
commite9d2cd8db2466348034efddc681f11e1930f1858 (patch)
tree33702dd55631e8116aeb5960dcb83cc0b5a40645 /source/blender/freestyle/CMakeLists.txt
parente5d292604cd8c9860efc869db99a2d424e26e869 (diff)
code cleanup: remove checks for (select == LEFTMOUSE), this happened to work because its defined at 1, but confusingly checks against RIGHTMOUSE fail.
Diffstat (limited to 'source/blender/freestyle/CMakeLists.txt')
-rw-r--r--source/blender/freestyle/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index acf348ed0ad..39267a6548c 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -552,10 +552,10 @@ set(SRC
intern/winged_edge/WingedEdgeBuilder.h
)
-set(INC
+set(INC
+ .
../blenkernel
../blenlib
- ../freestyle
../imbuf
../makesdna
../makesrna