Added CMake support for pnm plugin

This commit is contained in:
Robert Osfield
2007-05-05 15:36:03 +00:00
parent 2c2fefce5a
commit 02e6deba15
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#---------------------------------------------------
# OSG CMAKE SUPPORT
# (C) by Michael Wagner, mtw@shared-reality.com 2005
# (C) Eric Wing, Luigi Calori and Robert Osfield 2006-2007
#---------------------------------------------------
PROJECT(OSG_PLUGINS_MASTER)
@@ -59,6 +60,7 @@ IF (BUILD_OSG_IMAGE_PLUGINS)
SET(TARGET_DEFAULT_LABEL_PREFIX "Plug image" )#
ADD_SUBDIRECTORY(rgb)
ADD_SUBDIRECTORY(bmp)
ADD_SUBDIRECTORY(pnm)
ADD_SUBDIRECTORY(dds)
ADD_SUBDIRECTORY(tga)
ADD_SUBDIRECTORY(hdr)

View File

@@ -1,5 +1,4 @@
dae - ported but not linking properly
pfb
pnm
vrml

View File

@@ -0,0 +1,4 @@
SET(TARGET_SRC ReaderWriterPNM.cpp )
#### end var setup ###
SETUP_PLUGIN(pnm)