|
Revision 9998, 0.7 kB
(checked in by robert, 4 years ago)
|
|
From Philip Lowman, clean up of CMake files
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | SET(TARGET_SRC |
|---|
| 2 | 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 |
|---|
| 22 | ) |
|---|
| 23 | SET(TARGET_H |
|---|
| 24 | 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 |
|---|
| 46 | ) |
|---|
| 47 | #### end var setup ### |
|---|
| 48 | SETUP_PLUGIN(3ds) |
|---|