INSTALL(FILES
	tulip/Bfs.h
	tulip/Ordering.h 
	tulip/ConvexHull.h 
	tulip/Delaunay.h 
	tulip/tulipconf.h 
	tulip/GraphTools.h 
	tulip/tuliphash.h 
	tulip/Array.h
	tulip/Vector.h
	tulip/VectorCast.h
	tulip/Matrix.h
	tulip/Rectangle.h
	tulip/Circle.h
	tulip/SimpleTest.h 
	tulip/TreeTest.h 
	tulip/AcyclicTest.h 
	tulip/ConnectedTest.h 
	tulip/BiconnectedTest.h 
	tulip/TriconnectedTest.h 
	tulip/GraphProperty.h 
	tulip/LayoutProperty.h 
	tulip/Plugin.h 
	tulip/Algorithm.h 
	tulip/BooleanAlgorithm.h  
	tulip/LayoutAlgorithm.h 
	tulip/PluginLoader.h 
	tulip/Size.h 
	tulip/Node.h 
	tulip/Edge.h 
	tulip/Graph.h 
	tulip/PropertyTypes.h 
	tulip/Color.h 
	tulip/MethodFactory.h 
	tulip/PluginLoaderTxt.h 
	tulip/SizeProperty.h 
	tulip/ColorProperty.h 
	tulip/ImportModule.h 
	tulip/DoubleProperty.h 
	tulip/SizeAlgorithm.h 
	tulip/ColorAlgorithm.h 
	tulip/IntegerProperty.h 
	tulip/DoubleAlgorithm.h 
	tulip/StringProperty.h 
	tulip/TemplateFactory.h 
	tulip/Coord.h 
	tulip/IntegerAlgorithm.h 
	tulip/Observable.h 
	tulip/ObservableGraph.h 
	tulip/ObservableProperty.h 
	tulip/PropertyInterface.h
	tulip/AbstractProperty.h 
	tulip/StringAlgorithm.h 
	tulip/TlpTools.h 
	tulip/PluginContext.h 
	tulip/BooleanProperty.h 
	tulip/TulipPlugin.h 
	tulip/ExportModule.h 
	tulip/Reflect.h 
	tulip/DataSet.h
	tulip/WithParameter.h 
	tulip/WithDependency.h 
	tulip/PluginProgress.h 
        tulip/SimplePluginProgress.h
	tulip/Iterator.h 
	tulip/StlIterator.h 
	tulip/StableIterator.h 
	tulip/SortIterator.h 
	tulip/GraphMeasure.h 
	tulip/ConcatIterator.h 
	tulip/StoredType.h 
	tulip/MutableContainer.h 
	tulip/PluginLibraryLoader.h 
	tulip/StlFunctions.h 
	tulip/ExtendedClusterOperation.h 
	tulip/StringCollection.h 
	tulip/ConsoleUtils.h
	tulip/DrawingTools.h 
	tulip/Face.h 
	tulip/PlanarityTest.h 
	tulip/OuterPlanarTest.h 
	tulip/FaceIterator.h 
	tulip/PlanarConMap.h 
	tulip/GraphDecorator.h 
	tulip/ForEach.h 
	tulip/MapIterator.h 
	tulip/BoundingBox.h 
	tulip/ColorScale.h
  ${CMAKE_CURRENT_BINARY_DIR}/tulip/TulipRelease.h
	tulip/PreferenceManager.h
  tulip/QuadTree.h
  tulip/memorypool.h
  tulip/conversioniterator.h
  tulip/filteriterator.h
  tulip/uniqueiterator.h
  tulip/stlfilteriterator.h
  tulip/vectorgraph.h
  tulip/vectorgraphproperty.h
  tulip/TulipException.h
DESTINATION ${TulipIncludeInstallDir}/tulip/
COMPONENT libtulip_dev
)

INSTALL(FILES
    tulip/cxx/Array.cxx
  	tulip/cxx/Vector.cxx
  	tulip/cxx/Matrix.cxx
  	tulip/cxx/Circle.cxx
  	tulip/cxx/AbstractProperty.cxx
  	tulip/cxx/TemplateFactory.cxx
  	tulip/cxx/Reflect.cxx
  	tulip/cxx/Graph.cxx 
DESTINATION ${TulipIncludeInstallDir}/tulip/cxx/
COMPONENT libtulip_dev
)
