Warning, /education/marble/tools/mapreproject/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 SET (TARGET mapreproject)
0002 PROJECT (${TARGET})
0003 
0004 include_directories(
0005  ${CMAKE_CURRENT_SOURCE_DIR}
0006  ${CMAKE_CURRENT_BINARY_DIR}
0007 )
0008 
0009 set( ${TARGET}_SRC
0010 IntegerInterpolation.cpp
0011 ReadOnlyMapDefinition.cpp
0012 OsmTileClusterRenderer.cpp
0013 NwwMapImage.cpp
0014 ReadOnlyMapImage.cpp
0015 BilinearInterpolation.cpp
0016 InterpolationMethod.cpp
0017 SimpleMapImage.cpp
0018 Thread.cpp
0019 NearestNeighborInterpolation.cpp
0020 NasaWorldWindToOpenStreetMapConverter.cpp
0021 main.cpp
0022 )
0023 add_executable( ${TARGET} ${${TARGET}_SRC} )
0024 
0025 target_link_libraries(${TARGET} marblewidget)