added heightfield primitive to CMakeLists

metadata
Wenzel Jakob 2013-10-04 18:51:19 +02:00
parent 9c04346391
commit e8bc5aeb2a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ add_shape(cube cube.cpp)
add_shape(hair hair.h hair.cpp)
add_shape(shapegroup shapegroup.h shapegroup.cpp)
add_shape(instance instance.h instance.cpp)
add_shape(heightfield heightfield.cpp)
#add_shape(deformable deformable.cpp)
add_shape(ply ply.cpp ply/ply_parser.cpp
ply/byte_order.hpp ply/config.hpp ply/io_operators.hpp