Add wheel plugin subdir for wheel source plugin
[profile/ivi/automotive-message-broker.git] / plugins / wheel / CMakeLists.txt
1
2 include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs})
3
4 set(wheelsourceplugin_headers wheelplugin.h)
5 set(wheelsourceplugin_sources wheelplugin.cpp)
6
7 add_library(wheelsourceplugin MODULE ${wheelsourceplugin_sources})
8 set_target_properties(wheelsourceplugin PROPERTIES PREFIX "")
9 target_link_libraries(wheelsourceplugin -lamb -L${CMAKE_CURRENT_BINARY_DIR}/lib ${link_libraries})