|
@@ -18,7 +18,6 @@ set(P3GOBJ_HEADERS
|
|
|
geomLinestrips.h
|
|
geomLinestrips.h
|
|
|
geomPoints.h
|
|
geomPoints.h
|
|
|
geomVertexArrayData.h geomVertexArrayData.I
|
|
geomVertexArrayData.h geomVertexArrayData.I
|
|
|
- geomVertexArrayData_ext.h geomVertexArrayData_ext.cxx
|
|
|
|
|
geomVertexArrayFormat.h geomVertexArrayFormat.I
|
|
geomVertexArrayFormat.h geomVertexArrayFormat.I
|
|
|
geomCacheEntry.h geomCacheEntry.I
|
|
geomCacheEntry.h geomCacheEntry.I
|
|
|
geomCacheManager.h geomCacheManager.I
|
|
geomCacheManager.h geomCacheManager.I
|
|
@@ -31,13 +30,13 @@ set(P3GOBJ_HEADERS
|
|
|
geomVertexWriter.h geomVertexWriter.I
|
|
geomVertexWriter.h geomVertexWriter.I
|
|
|
indexBufferContext.I indexBufferContext.h
|
|
indexBufferContext.I indexBufferContext.h
|
|
|
internalName.I internalName.h
|
|
internalName.I internalName.h
|
|
|
- internalName_ext.h internalName_ext.cxx
|
|
|
|
|
lens.h lens.I
|
|
lens.h lens.I
|
|
|
material.I material.h materialPool.I materialPool.h
|
|
material.I material.h materialPool.I materialPool.h
|
|
|
matrixLens.I matrixLens.h
|
|
matrixLens.I matrixLens.h
|
|
|
occlusionQueryContext.I occlusionQueryContext.h
|
|
occlusionQueryContext.I occlusionQueryContext.h
|
|
|
- orthographicLens.I orthographicLens.h perspectiveLens.I
|
|
|
|
|
- perspectiveLens.h
|
|
|
|
|
|
|
+ orthographicLens.I orthographicLens.h
|
|
|
|
|
+ paramTexture.I paramTexture.h
|
|
|
|
|
+ perspectiveLens.I perspectiveLens.h
|
|
|
preparedGraphicsObjects.I preparedGraphicsObjects.h
|
|
preparedGraphicsObjects.I preparedGraphicsObjects.h
|
|
|
queryContext.I queryContext.h
|
|
queryContext.I queryContext.h
|
|
|
savedContext.I savedContext.h
|
|
savedContext.I savedContext.h
|
|
@@ -109,9 +108,12 @@ set(P3GOBJ_SOURCES
|
|
|
materialPool.cxx matrixLens.cxx
|
|
materialPool.cxx matrixLens.cxx
|
|
|
occlusionQueryContext.cxx
|
|
occlusionQueryContext.cxx
|
|
|
orthographicLens.cxx
|
|
orthographicLens.cxx
|
|
|
|
|
+ paramTexture.cxx
|
|
|
perspectiveLens.cxx
|
|
perspectiveLens.cxx
|
|
|
preparedGraphicsObjects.cxx
|
|
preparedGraphicsObjects.cxx
|
|
|
queryContext.cxx
|
|
queryContext.cxx
|
|
|
|
|
+ samplerContext.cxx
|
|
|
|
|
+ samplerState.cxx
|
|
|
savedContext.cxx
|
|
savedContext.cxx
|
|
|
shader.cxx
|
|
shader.cxx
|
|
|
shaderContext.cxx
|
|
shaderContext.cxx
|
|
@@ -144,11 +146,20 @@ set(P3GOBJ_SOURCES
|
|
|
videoTexture.cxx
|
|
videoTexture.cxx
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
+set(P3GOBJ_IGATEEXT
|
|
|
|
|
+ internalName_ext.cxx
|
|
|
|
|
+ internalName_ext.h
|
|
|
|
|
+ geomVertexArrayData_ext.cxx
|
|
|
|
|
+ geomVertexArrayData_ext.h
|
|
|
|
|
+ textureCollection_ext.cxx
|
|
|
|
|
+ textureCollection_ext.h
|
|
|
|
|
+)
|
|
|
|
|
+
|
|
|
composite_sources(p3gobj P3GOBJ_SOURCES)
|
|
composite_sources(p3gobj P3GOBJ_SOURCES)
|
|
|
add_library(p3gobj ${P3GOBJ_HEADERS} ${P3GOBJ_SOURCES})
|
|
add_library(p3gobj ${P3GOBJ_HEADERS} ${P3GOBJ_SOURCES})
|
|
|
target_link_libraries(p3gobj p3gsgbase p3pnmimage
|
|
target_link_libraries(p3gobj p3gsgbase p3pnmimage
|
|
|
${_ZLIB_LIBRARIES} ${_SQUISH_LIBRARY} ${_CG_LIBRARIES})
|
|
${_ZLIB_LIBRARIES} ${_SQUISH_LIBRARY} ${_CG_LIBRARIES})
|
|
|
-target_interrogate(p3gobj ALL)
|
|
|
|
|
|
|
+target_interrogate(p3gobj ALL EXTENSIONS ${P3GOBJ_IGATEEXT})
|
|
|
|
|
|
|
|
install(TARGETS p3gobj DESTINATION lib)
|
|
install(TARGETS p3gobj DESTINATION lib)
|
|
|
|
|
|