fixed merge with test and bluemonkey commits
authorKevron Rees <tripzero.kev@gmail.com>
Thu, 6 Jun 2013 15:15:26 +0000 (08:15 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Thu, 6 Jun 2013 15:15:26 +0000 (08:15 -0700)
1  2 
CMakeLists.txt
plugins/CMakeLists.txt

diff --cc CMakeLists.txt
@@@ -27,7 -27,7 +27,8 @@@ option(qt_bindings "AMB Qt DBus binding
  option(opencvlux_plugin "OpenCV Lux plugin" OFF)
  option(gpsd_plugin "gpsd location plugin" OFF)
  option(murphy_plugin "murphy policy framework plugin" OFF)
 +option(test_plugin "Test Plugin" ON)
+ option(bluemonkey_plugin "bluemonkey irc plugin" OFF)
  
  if(opencvlux_plugin)
     message(STATUS "OpenCV Lux plugin enabled")
@@@ -30,4 -30,4 +30,5 @@@ add_subdirectory(database
  add_subdirectory(opencvlux)
  add_subdirectory(gpsd)
  add_subdirectory(murphyplugin)
 +add_subdirectory(testplugin)
+ add_subdirectory(bluemonkey)