Added preliminary Performer plugin support, note, still missing are a range of Performer database libs that will be required.

This commit is contained in:
Robert Osfield
2007-05-05 16:24:07 +00:00
parent 52b5b468d5
commit b8841f211d
4 changed files with 72 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
dae - ported but not linking properly
pfb
vrml
pfb - ported but will need many additional libs

View File

@@ -0,0 +1,15 @@
INCLUDE_DIRECTORIES( ${PERFORMER_INCLUDE_DIR} )
SET(TARGET_SRC
ReaderWriterPFB.cpp
ConvertFromPerformer.cpp
)
SET(TARGET_H
ConvertFromPerformer.h
)
SET(TARGET_LIBRARIES_VARS PERFORMER_LIBRARY )
#### end var setup ###
SETUP_PLUGIN(pfb)