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

0001 SET (TARGET tilecreator-srtm2)
0002 PROJECT (${TARGET})
0003 
0004 include_directories(
0005  ${CMAKE_CURRENT_SOURCE_DIR}
0006  ${CMAKE_CURRENT_BINARY_DIR}
0007 )
0008 
0009 set( ${TARGET}_SRC main.cpp tccore.cpp )
0010 add_definitions(-DTILECREATOR)
0011 add_executable( ${TARGET} ${${TARGET}_SRC} )
0012 
0013 target_link_libraries(${TARGET} marblewidget)
0014 
0015 if (APPLE)
0016   target_link_libraries (${TARGET} ${APP_SERVICES_LIBRARY})
0017 endif (APPLE)