Added logo and txp CMakeLists.txt files. The txp build is temporarily commented out while the build is fixed.

This commit is contained in:
Robert Osfield
2007-04-16 18:33:09 +00:00
parent c0bd295db2
commit 3d058d2fcf
3 changed files with 83 additions and 6 deletions

View File

@@ -99,22 +99,29 @@ ENDIF (BUILD_OSG_3D_PLUGINS)
IF (BUILD_OSG_OTHER_PLUGINS)
SET(TARGET_DEFAULT_LABEL_PREFIX "Plug other")
#ADD_SUBDIRECTORY(logo)
ADD_SUBDIRECTORY(logo)
ADD_SUBDIRECTORY(lws)
ADD_SUBDIRECTORY(md2)
ADD_SUBDIRECTORY(osgtgz)
#ADD_SUBDIRECTORY(quicktime)
ADD_SUBDIRECTORY(tgz)
#ADD_SUBDIRECTORY(txp)
#ADD_SUBDIRECTORY(xine)
# comment out txp plugin till it compiles cleanly...
# ADD_SUBDIRECTORY(txp)
ADD_SUBDIRECTORY(shp)
ADD_SUBDIRECTORY(txf)
#ADD_SUBDIRECTORY(xine)
IF(QUICKTIME_FOUND)
ADD_SUBDIRECTORY(quicktime)
ENDIF(QUICKTIME_FOUND)
IF(FREETYPE_FOUND)
ADD_SUBDIRECTORY(freetype)
ADD_SUBDIRECTORY(freetype)
ENDIF(FREETYPE_FOUND)
IF(ZLIB_FOUND)
ADD_SUBDIRECTORY(zip)
ADD_SUBDIRECTORY(zip)
ENDIF(ZLIB_FOUND)
ENDIF (BUILD_OSG_OTHER_PLUGINS)

View File

@@ -0,0 +1,6 @@
#this file is automatically generated
SET(TARGET_SRC ReaderWriterLOGO.cpp )
#### end var setup ###
SETUP_PLUGIN(logo)

View File

@@ -0,0 +1,64 @@
#this file is automatically generated
SET(TARGET_SRC
ReaderWriterTXP.cpp
TileMapper.cpp
trpage_basic.cpp
trpage_compat.cpp
trpage_geom.cpp
trpage_header.cpp
trpage_label.cpp
trpage_light.cpp
trpage_main.cpp
trpage_managers.cpp
trpage_material.cpp
trpage_model.cpp
trpage_nodes.cpp
trpage_parse.cpp
trpage_pparse.cpp
trpage_print.cpp
trpage_print_parse.cpp
trpage_range.cpp
trpage_rarchive.cpp
trpage_readbuf.cpp
trpage_scene.cpp
trpage_swap.cpp
trpage_tile.cpp
trpage_util.cpp
trpage_warchive.cpp
trpage_writebuf.cpp
TXPArchive.cpp
TXPIO.cpp
TXPNode.cpp
TXPPagedLOD.cpp
TXPPageManager.cpp
TXPParser.cpp
TXPSeamLOD.cpp
)
SET(TARGET_H
ReaderWriterTXP.h
TileMapper.h
trdll.h
trpage_compat.h
trpage_geom.h
trpage_ident.h
trpage_io.h
trpage_managers.h
trpage_print.h
trpage_read.h
trpage_scene.h
trpage_swap.h
trpage_sys.h
trpage_util.h
trpage_write.h
TXPArchive.h
TXPNode.h
TXPPagedLOD.h
TXPPageManager.h
TXPParser.h
TXPSeamLOD.h
)
#### end var setup ###
SETUP_PLUGIN(txp)