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

0001 PROJECT(PostalCode)
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( postalcode_SRCS PostalCodePlugin.cpp
0009                      PostalCodePlugin.h
0010                      PostalCodeModel.cpp
0011                      PostalCodeModel.h
0012                      PostalCodeItem.cpp
0013                      PostalCodeItem.h )
0014 
0015 marble_add_plugin( PostalCode ${postalcode_SRCS} )