Make wheelsourceplugin actually read JS events (currently just prints out)
[profile/ivi/automotive-message-broker.git] / plugins / websocketsink / CMakeLists.txt
1
2 include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs})
3
4 set(websocketsinkplugin_headers websocketsink.h websocketmanager.h)
5 set(websocketsinkplugin_sources websocketsinkmanager.cpp websocketsink.cpp)
6 add_library(websocketsinkplugin MODULE ${websocketsinkplugin_sources})
7 set_target_properties(websocketsinkplugin PROPERTIES PREFIX "")
8 target_link_libraries(websocketsinkplugin -lamb -lwebsockets  -L${CMAKE_CURRENT_BINARY_DIR}/lib ${link_libraries})