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

0001 PROJECT( OverviewMap )
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( overviewmap_SRCS OverviewMap.cpp )
0009 set( overviewmap_UI OverviewMapConfigWidget.ui )
0010 
0011 qt_wrap_ui(overviewmap_SRCS ${overviewmap_UI})
0012 
0013 set( OverviewMap_LIBS Qt5::Svg )
0014 
0015 marble_add_plugin( OverviewMap ${overviewmap_SRCS} )