From Philip Lowman, clean up of CMake files

This commit is contained in:
Robert Osfield
2009-04-09 09:23:45 +00:00
parent caee4f4d1b
commit ee4e2afa76
62 changed files with 534 additions and 565 deletions

View File

@@ -1,51 +1,48 @@
#this file is automatically generated
SET(TARGET_SRC
ReaderWriter3DS.cpp
atmosphere.cpp
background.cpp
camera.cpp
chunk.cpp
ease.cpp
file.cpp
lib3ds_float.cpp
light.cpp
material.cpp
matrix.cpp
mesh.cpp
node.cpp
quat.cpp
readwrite.cpp
shadow.cpp
tcb.cpp
tracks.cpp
vector.cpp
viewport.cpp
ReaderWriter3DS.cpp
atmosphere.cpp
background.cpp
camera.cpp
chunk.cpp
ease.cpp
file.cpp
lib3ds_float.cpp
light.cpp
material.cpp
matrix.cpp
mesh.cpp
node.cpp
quat.cpp
readwrite.cpp
shadow.cpp
tcb.cpp
tracks.cpp
vector.cpp
viewport.cpp
)
SET(TARGET_H
atmosphere.h
background.h
camera.h
chunk.h
chunktable.h
config.h
ease.h
file.h
lib3ds_float.h
light.h
material.h
matrix.h
mesh.h
node.h
quat.h
readwrite.h
shadow.h
tcb.h
tracks.h
types.h
vector.h
viewport.h
atmosphere.h
background.h
camera.h
chunk.h
chunktable.h
config.h
ease.h
file.h
lib3ds_float.h
light.h
material.h
matrix.h
mesh.h
node.h
quat.h
readwrite.h
shadow.h
tcb.h
tracks.h
types.h
vector.h
viewport.h
)
#### end var setup ###
SETUP_PLUGIN(3ds)