From 774584d7e84843503a5ef4477748cecfdaedeb3d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 28 Apr 2011 13:47:27 +0000 Subject: Cycles: hook up the CMake build system. New build instructions for Ubuntu Linux in the wiki: http://wiki.blender.org/index.php/Dev:2.5/Source/Cycles --- intern/cycles/bvh/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/bvh/CMakeLists.txt') diff --git a/intern/cycles/bvh/CMakeLists.txt b/intern/cycles/bvh/CMakeLists.txt index c934cded6da..9ea3bc77461 100644 --- a/intern/cycles/bvh/CMakeLists.txt +++ b/intern/cycles/bvh/CMakeLists.txt @@ -14,5 +14,5 @@ SET(headers bvh_params.h bvh_sort.h) -ADD_LIBRARY(bvh ${sources} ${headers}) +ADD_LIBRARY(cycles_bvh ${sources} ${headers}) -- cgit v1.2.3