Added include directory to get txp plugin building
This commit is contained in:
parent
abd0c7fe67
commit
b2261d84fe
@ -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)
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user