From: Kevron Rees Date: Thu, 24 Apr 2014 23:59:03 +0000 (-0700) Subject: install canobserver header X-Git-Tag: submit/tizen_ivi/20140619.111013~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c5dba3a58bf8350e08e3f728e18c3d2f2c44662;p=profile%2Fivi%2Fautomotive-message-broker.git install canobserver header --- diff --git a/plugins/common/CMakeLists.txt b/plugins/common/CMakeLists.txt index ac363d6..7f123ab 100644 --- a/plugins/common/CMakeLists.txt +++ b/plugins/common/CMakeLists.txt @@ -1,7 +1,7 @@ set(plugins_common_sources abstractio.hpp serialport.hpp bluetoothadapterproxy.c bluetooth.hpp bluetoothmanagerproxy.c bluetoothserialproxy.c bluetooth5.cpp canadapter.cpp cansocket.cpp cansocketreader.cpp canbusimpl.cpp cansocketadapter.cpp logger.cpp mutex.cpp thread.cpp ambpluginimpl.cpp) set(plugins_common_headers_install abstractio.hpp serialport.hpp bluetooth.hpp bluetoothadapterproxy.h bluetoothmanagerproxy.h bluetoothserialproxy.h bluetooth5.h canbus.h canadapter.h cansocket.h cansocketreader.h - canbusimpl.h cansocketadapter.h logger.h mutex.h thread.h ambplugin.h ambpluginimpl.h) + canbusimpl.h cansocketadapter.h canobserver.h logger.h mutex.h thread.h ambplugin.h ambpluginimpl.h) add_library(amb-plugins-common SHARED ${plugins_common_sources})