PROJECT( OsmAnnotatePlugin )

INCLUDE_DIRECTORIES(
 ${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/render/osmannotate
 ${CMAKE_BINARY_DIR}/src/plugins/render/osmannotate
 ${QT_INCLUDE_DIR}
)
INCLUDE(${QT_USE_FILE})

FILE( GLOB geodata_handlers_osm_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} osm/*.cpp )
FILE( GLOB osmannotate_local_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp )

set( osmannotate_SRCS
        ${osmannotate_local_SRCS}
        ${geodata_handlers_osm_SRCS} )

marble_add_plugin( OsmAnnotatePlugin ${osmannotate_SRCS} )
