Warning, /education/marble/src/lib/marble/graphicsview/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #
0002 # Dummy CMakeLists.txt file.
0003 # For now we just collect all the sources here and link
0004 # them against the main application
0005 #
0006 
0007 SET( graphicsview_HDRS 
0008         graphicsview/MarbleGraphicsItem.h
0009         graphicsview/GeoGraphicsItem.h
0010         graphicsview/BillboardGraphicsItem.h
0011         graphicsview/ScreenGraphicsItem.h
0012         graphicsview/FrameGraphicsItem.h
0013         graphicsview/LabelGraphicsItem.h
0014         graphicsview/WidgetGraphicsItem.h
0015         graphicsview/AbstractMarbleGraphicsLayout.h
0016         graphicsview/MarbleGraphicsGridLayout.h
0017    )
0018 
0019 SET( graphicsview_SRCS
0020         graphicsview/MarbleGraphicsItem.cpp
0021         graphicsview/GeoGraphicsItem.cpp
0022         graphicsview/BillboardGraphicsItem.cpp
0023         graphicsview/ScreenGraphicsItem.cpp
0024         graphicsview/FrameGraphicsItem.cpp
0025         graphicsview/LabelGraphicsItem.cpp
0026         graphicsview/WidgetGraphicsItem.cpp
0027         graphicsview/AbstractMarbleGraphicsLayout.cpp
0028         graphicsview/MarbleGraphicsGridLayout.cpp
0029    )