Added include directory to get txp plugin building

This commit is contained in:
Robert Osfield 2007-04-21 11:24:26 +00:00
parent abd0c7fe67
commit b2261d84fe
2 changed files with 4 additions and 1 deletions

View File

@ -106,7 +106,7 @@ IF (BUILD_OSG_OTHER_PLUGINS)
ADD_SUBDIRECTORY(tgz) ADD_SUBDIRECTORY(tgz)
# comment out txp plugin till it compiles cleanly... # comment out txp plugin till it compiles cleanly...
# ADD_SUBDIRECTORY(txp) ADD_SUBDIRECTORY(txp)
ADD_SUBDIRECTORY(shp) ADD_SUBDIRECTORY(shp)
ADD_SUBDIRECTORY(txf) ADD_SUBDIRECTORY(txf)

View File

@ -60,5 +60,8 @@ SET(TARGET_H
TXPSeamLOD.h TXPSeamLOD.h
) )
INCLUDE_DIRECTORIES(.)
#### end var setup ### #### end var setup ###
SETUP_PLUGIN(txp) SETUP_PLUGIN(txp)