[Bf-blender-cvs] [84b072d800c] temp-benchmark: Add cmake configuration for benchmark

Sergey Sharybin noreply at git.blender.org
Tue Aug 7 12:24:25 CEST 2018


Commit: 84b072d800c67fb2055ea8506221a8fed3f776ab
Author: Sergey Sharybin
Date:   Tue Aug 7 12:23:50 2018 +0200
Branches: temp-benchmark
https://developer.blender.org/rB84b072d800c67fb2055ea8506221a8fed3f776ab

Add cmake configuration for benchmark

There might be more tweaks needed in there.

===================================================================

A	build_files/cmake/config/blender_benchmark.cmake

===================================================================

diff --git a/build_files/cmake/config/blender_benchmark.cmake b/build_files/cmake/config/blender_benchmark.cmake
new file mode 100644
index 00000000000..bbd980e577a
--- /dev/null
+++ b/build_files/cmake/config/blender_benchmark.cmake
@@ -0,0 +1,3 @@
+include("${CMAKE_CURRENT_LIST_DIR}/blender_lite.cmake")
+
+set(WITH_PYTHON_INSTALL_NUMPY           ON  CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list