Reflect the changes in 3e28c60a38c2 in the CMake build system
parent
08e6f4cd6a
commit
b2f7093288
|
@ -16,9 +16,9 @@ add_shape(disk disk.cpp)
|
|||
add_shape(sphere sphere.cpp)
|
||||
add_shape(cylinder cylinder.cpp)
|
||||
add_shape(hair hair.h hair.cpp)
|
||||
add_shape(shapegroup shapegroup.h shapegroup.cpp)
|
||||
add_shape(instance instance.h instance.cpp)
|
||||
add_shape(animatedinstance animatedinstance.cpp)
|
||||
add_shape(shapegroup shapegroup.h shapegroup.cpp)
|
||||
add_shape(instance instance.h instance.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
|
||||
ply/ply.hpp ply/ply_parser.hpp)
|
||||
|
|
Loading…
Reference in New Issue