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

0001 PROJECT( OpenRouteServicePlugin )
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( openrouteservice_SRCS OpenRouteServiceRunner.cpp OpenRouteServicePlugin.cpp )
0009 
0010 set( openrouteservice_UI OpenRouteServiceConfigWidget.ui )
0011 
0012 qt_wrap_ui( openrouteservice_SRCS ${openrouteservice_UI} )
0013 
0014 marble_add_plugin( OpenRouteServicePlugin ${openrouteservice_SRCS} )