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-11-10 10:05:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-10 10:05:22 +0400
commitcd9b51c1bf36532ca48c8995dd2d30eba0fded5b (patch)
tree7fc3d3aa35858b05610382f3580dc36efaa2b4f6 /intern/cycles/device/CMakeLists.txt
parent77c51607914b7fe4744437f6d47fedab628b444d (diff)
add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without.
Diffstat (limited to 'intern/cycles/device/CMakeLists.txt')
-rw-r--r--intern/cycles/device/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt
index e1fb44b92b4..17072d230bb 100644
--- a/intern/cycles/device/CMakeLists.txt
+++ b/intern/cycles/device/CMakeLists.txt
@@ -21,6 +21,7 @@ set(SRC
set(SRC_HEADERS
device.h
+ device_memory.h
device_intern.h
device_network.h
)