Changeset 9998 for OpenSceneGraph/trunk/src/osgPlugins/3ds/CMakeLists.txt
- Timestamp:
- 04/09/09 11:23:45 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/CMakeLists.txt
r7025 r9998 1 #this file is automatically generated2 3 4 1 SET(TARGET_SRC 5 ReaderWriter3DS.cpp6 atmosphere.cpp7 background.cpp8 camera.cpp9 chunk.cpp10 ease.cpp11 file.cpp12 lib3ds_float.cpp13 light.cpp14 material.cpp15 matrix.cpp16 mesh.cpp17 node.cpp18 quat.cpp19 readwrite.cpp20 shadow.cpp21 tcb.cpp22 tracks.cpp23 vector.cpp24 viewport.cpp2 ReaderWriter3DS.cpp 3 atmosphere.cpp 4 background.cpp 5 camera.cpp 6 chunk.cpp 7 ease.cpp 8 file.cpp 9 lib3ds_float.cpp 10 light.cpp 11 material.cpp 12 matrix.cpp 13 mesh.cpp 14 node.cpp 15 quat.cpp 16 readwrite.cpp 17 shadow.cpp 18 tcb.cpp 19 tracks.cpp 20 vector.cpp 21 viewport.cpp 25 22 ) 26 23 SET(TARGET_H 27 atmosphere.h28 background.h29 camera.h30 chunk.h31 chunktable.h32 config.h33 ease.h34 file.h35 lib3ds_float.h36 light.h37 material.h38 matrix.h39 mesh.h40 node.h41 quat.h42 readwrite.h43 shadow.h44 tcb.h45 tracks.h46 types.h47 vector.h48 viewport.h24 atmosphere.h 25 background.h 26 camera.h 27 chunk.h 28 chunktable.h 29 config.h 30 ease.h 31 file.h 32 lib3ds_float.h 33 light.h 34 material.h 35 matrix.h 36 mesh.h 37 node.h 38 quat.h 39 readwrite.h 40 shadow.h 41 tcb.h 42 tracks.h 43 types.h 44 vector.h 45 viewport.h 49 46 ) 50 47 #### end var setup ###
