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>2012-08-11 20:25:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 20:25:31 +0400
commitca7c07cda942976d805fcf2bbfe168b4b7b3fe18 (patch)
tree54e9c2d82261a0e88da03006400ff3b82cb4715c /source/blender/compositor/CMakeLists.txt
parent35ef09372a8d78f57f93b3cb4744d2d38b45c5b0 (diff)
add back datatoc, use this instead of cmake script which was too slow.
Diffstat (limited to 'source/blender/compositor/CMakeLists.txt')
-rw-r--r--source/blender/compositor/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index 9c31e19442e..65d46bf515a 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -644,7 +644,6 @@ list(APPEND INC
${CMAKE_CURRENT_BINARY_DIR}/operations
)
data_to_c(${CMAKE_CURRENT_SOURCE_DIR}/operations/COM_OpenCLKernels.cl
- ${CMAKE_CURRENT_BINARY_DIR}/operations/COM_OpenCLKernels.cl.h
- clkernelstoh_COM_OpenCLKernels_cl SRC)
+ ${CMAKE_CURRENT_BINARY_DIR}/operations/COM_OpenCLKernels.cl.h SRC)
blender_add_lib(bf_compositor "${SRC}" "${INC}" "${INC_SYS}")