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-06-04 15:06:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-04 15:06:41 +0400
commita440679c57f6a309079a0253d557716044d78e6c (patch)
tree6792bd5688bd26ba8b2dcae634b6df8e441d60d0 /source/blender/modifiers/CMakeLists.txt
parentc6f3fabd16ff5fb9a941fbb41d7d8f07c5be14ab (diff)
edits to make these cmake files compatible with my own basic cmake parser which checks for correctness in our files.
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index cf66a27bda2..348e2a0ec1d 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -88,8 +88,12 @@ set(SRC
if(WITH_MOD_BOOLEAN)
add_definitions(-DWITH_MOD_BOOLEAN)
- list(APPEND SRC intern/MOD_boolean_util.c)
- list(APPEND INC ../../../intern/bsp/extern)
+ list(APPEND SRC
+ intern/MOD_boolean_util.c
+ )
+ list(APPEND INC
+ ../../../intern/bsp/extern
+ )
endif()
if(WITH_MOD_DECIMATE)