From d39a8549a6e86d9e41134b494574ceee7ad0dbfb Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Wed, 17 Jul 2013 13:15:48 -0700 Subject: [PATCH] install example configs --- CMakeLists.txt | 1 + examples/CMakeLists.txt | 5 +++++ examples/opencvconfig | 15 --------------- 3 files changed, 6 insertions(+), 15 deletions(-) create mode 100644 examples/CMakeLists.txt delete mode 100644 examples/opencvconfig diff --git a/CMakeLists.txt b/CMakeLists.txt index fa3d1fe..e6736f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,3 +125,4 @@ add_subdirectory(ambd) add_subdirectory(plugins) add_subdirectory(docs) add_subdirectory(tests) +add_subdirectory(examples) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..ddd95d4 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,5 @@ +set(amb_examples configwebsocketsink configwebsocketsource configwheel databaseconfig databasesource dbusconfig exampleconfig + gpsdconfig obdsourceconfig opencvluxconfig qtmainloopconfig) + +install (FILES ${amb_examples} DESTINATION /etc/ambd/examples) + diff --git a/examples/opencvconfig b/examples/opencvconfig deleted file mode 100644 index fc6c252..0000000 --- a/examples/opencvconfig +++ /dev/null @@ -1,15 +0,0 @@ -{ - "sources" : [ - { - "name" : "OpenCV Lux Plugin", - "path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so" - } - ], - "sinks": [ - { - "name" : "DBusSink", - "path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so" - } - ] -} - -- 2.7.4