From 6c5dba3a58bf8350e08e3f728e18c3d2f2c44662 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 24 Apr 2014 16:59:03 -0700 Subject: [PATCH] install canobserver header --- plugins/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.7.4