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
This commit is contained in:
Brecht Van Lommel
2011-04-28 13:47:27 +00:00
parent d263fee952
commit 774584d7e8
19 changed files with 168 additions and 167 deletions

View File

@@ -22,5 +22,5 @@ SET(headers
subd_stencil.h
subd_vert.h)
ADD_LIBRARY(subd ${sources} ${headers})
ADD_LIBRARY(cycles_subd ${sources} ${headers})