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/windowmanager/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/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 76ba298cd5f..6d125c01af4 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -115,7 +115,9 @@ endif()
if(APPLE)
if(NOT WITH_COCOA)
- list(APPEND SRC intern/wm_apple.c)
+ list(APPEND SRC
+ intern/wm_apple.c
+ )
endif()
endif()