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

0001 PROJECT(Notes)
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( notes_SRCS NotesPlugin.cpp
0009                      NotesPlugin.h
0010                      NotesModel.cpp
0011                      NotesModel.h
0012                      NotesItem.cpp
0013                      NotesItem.h)
0014 
0015 marble_add_plugin( NotesPlugin ${notes_SRCS} )
0016