Warning, /education/marble/src/plugins/templates/floatitem/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #
0002 # Template for Float Items.
0003 #
0004 # Change all occurrences of 'FITemplate' below to the name of your new
0005 # template.  (Also remove this comment.)
0006 #
0007 
0008 PROJECT(FITemplateFloatItem)
0009 
0010 INCLUDE_DIRECTORIES(
0011  ${CMAKE_CURRENT_SOURCE_DIR}
0012  ${CMAKE_CURRENT_BINARY_DIR}
0013 )
0014 
0015 set( FITemplate_SRCS FITemplateFloatItem.cpp )
0016 
0017 marble_add_plugin( FITemplateFloatItem ${FITemplate_SRCS} )