Warning, /education/marble/src/plugins/render/opendesktop/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 PROJECT( OpenDesktopPlugin )
0002
0003 INCLUDE_DIRECTORIES(
0004 ${CMAKE_CURRENT_SOURCE_DIR}
0005 ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007
0008 set( my_SRCS
0009 OpenDesktopPlugin.cpp
0010 OpenDesktopItem.cpp
0011 OpenDesktopModel.cpp
0012 )
0013
0014 set( opendesktop_UI OpenDesktopConfigWidget.ui )
0015 qt_wrap_ui( my_SRCS ${opendesktop_UI} )
0016
0017 marble_add_plugin( OpenDesktopPlugin ${my_SRCS} )