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

0001 # Example
0002 # add_subdirectory( test )
0003 
0004 # Display a control or a screen box
0005 add_subdirectory( compass )
0006 add_subdirectory( elevationprofilefloatitem )
0007 # add_subdirectory( fileview )
0008 add_subdirectory( gpsinfo )
0009 add_subdirectory( license )
0010 add_subdirectory( mapscale )
0011 add_subdirectory( navigation )
0012 add_subdirectory( overviewmap )
0013 add_subdirectory( progress )
0014 add_subdirectory( routing )
0015 add_subdirectory( speedometer )
0016 
0017 # Display geographical information on the map
0018 add_subdirectory( annotate )
0019 add_subdirectory( crosshairs )
0020 add_subdirectory( eclipses )
0021 add_subdirectory( elevationprofilemarker )
0022 add_subdirectory( graticule )
0023 add_subdirectory( measure )
0024 add_subdirectory( positionmarker )
0025 add_subdirectory( atmosphere )
0026 add_subdirectory( stars )
0027 add_subdirectory( sun )
0028 add_subdirectory( notes )
0029 
0030 # Display online information
0031 add_subdirectory( earthquake )
0032 add_subdirectory(foursquare)
0033 # Disabled for now until legal issues wrt to the API
0034 # and terms of service of opencaching are cleared up.
0035 #add_subdirectory( opencaching )
0036 if(NOT MARBLE_NO_WEBKITWIDGETS)
0037 add_subdirectory( opendesktop )
0038 add_subdirectory( photo )
0039 endif()
0040 # add_subdirectory( panoramio )
0041 add_subdirectory( postalcode )
0042 add_subdirectory( satellites )
0043 # add_subdirectory ( twitter )
0044 if(NOT MARBLE_NO_WEBKITWIDGETS)
0045 add_subdirectory( wikipedia )
0046 add_subdirectory( weather )
0047 endif()
0048 
0049 find_package( Perl )
0050 marble_set_package_properties( Perl PROPERTIES URL "https://www.perl.org" )
0051 marble_set_package_properties( Perl PROPERTIES TYPE OPTIONAL PURPOSE "generation of sources in the APRS plugin" )
0052 if(PERL_FOUND AND NOT ANDROID)
0053     add_subdirectory( aprs )
0054 endif()