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

0001 PROJECT( OpenLocationCodeSearchPlugin )
0002 
0003 INCLUDE_DIRECTORIES(
0004  ${CMAKE_CURRENT_SOURCE_DIR}
0005  ${CMAKE_CURRENT_BINARY_DIR}
0006 )
0007 
0008 set( openLocationCodeSearch_SRCS
0009 OpenLocationCodeSearchPlugin.cpp
0010 OpenLocationCodeSearchRunner.cpp
0011  )
0012 
0013 marble_add_plugin( OpenLocationCodeSearchPlugin ${openLocationCodeSearch_SRCS} )