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>2015-02-18 23:15:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-18 23:15:00 +0300
commit483fa4c38723948a4e9db2c6e93ae762a5ba70de (patch)
tree989e4481ca3d4b2febf2faba82824127789c609b /intern/cycles/util
parentbbc7dc169dc365889bad3f3aed7b868efb432710 (diff)
CMake: picky style edit
'cmake_consistency_check.py' relies on this formattng.
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index bfe46ce6f67..0acb9e9304c 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -75,8 +75,12 @@ set(SRC_HEADERS
)
if(WITH_CYCLES_DEBUG)
- list(APPEND SRC util_guarded_allocator.cpp)
- list(APPEND SRC_HEADERS util_guarded_allocator.h)
+ list(APPEND SRC
+ util_guarded_allocator.cpp
+ )
+ list(APPEND SRC_HEADERS
+ util_guarded_allocator.h
+ )
endif()
include_directories(${INC})