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-02-06 08:16:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-06 08:16:28 +0400
commita78cf854b4c811d5df24d10cf3b9a0d9d6679ca0 (patch)
treef86bf5e44ff35ef06af5c27dad4fa5aa1f43d72a /intern/cycles/device/CMakeLists.txt
parent441c7fb79a83b7d6f9e86cd2a3b0c8eaeec6d07c (diff)
add missing bullet header to cmake, quiet reports from 'make test_cmake'
Diffstat (limited to 'intern/cycles/device/CMakeLists.txt')
-rw-r--r--intern/cycles/device/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt
index 661d43ab036..fe2368b7ea8 100644
--- a/intern/cycles/device/CMakeLists.txt
+++ b/intern/cycles/device/CMakeLists.txt
@@ -23,7 +23,9 @@ set(SRC
)
if(WITH_NETWORK)
- list(APPEND SRC device_network.cpp)
+ list(APPEND SRC
+ device_network.cpp
+ )
endif()
set(SRC_HEADERS