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 03:01:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-17 03:01:14 +0400
commit410c5e3cd284eba6b17c79042b161eaa9efe6e71 (patch)
tree840692bfd9cb16fbb39264fe5a39b86365f16ba8 /source/blender/modifiers/CMakeLists.txt
parentd54a014963dd3a90972e0bf9d83df76aef08bb25 (diff)
cmake source definitions:
remove missing includes and use more strict formatting.
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 348e2a0ec1d..ba5a7ac64bc 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -25,7 +25,8 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- . ./intern
+ .
+ ./intern
../blenlib
../blenloader
../makesdna
@@ -98,7 +99,9 @@ endif()
if(WITH_MOD_DECIMATE)
add_definitions(-DWITH_MOD_DECIMATE)
- list(APPEND INC ../../../intern/decimation/extern)
+ list(APPEND INC
+ ../../../intern/decimation/extern
+ )
endif()
if(NOT WITH_MOD_FLUID)