Skip to content

Commit

Permalink
update yarp_prepare_device -> yarp_prepare_plugin with CATEGORY device
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Jan 23, 2017
1 parent 8df6648 commit 9dc5d4d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion libraries/YarpPlugins/EcroWheelController/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(EcroWheelController
yarp_prepare_plugin(EcroWheelController
CATEGORY device
TYPE rd::EcroWheelController
INCLUDE EcroWheelController.hpp
WRAPPER RobotServer)
Expand Down
3 changes: 2 additions & 1 deletion libraries/YarpPlugins/FakeMotorController/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(FakeMotorController
yarp_prepare_plugin(FakeMotorController
CATEGORY device
TYPE rd::FakeMotorController
INCLUDE FakeMotorController.hpp
WRAPPER RobotServer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(LaserTowerOfDeathController
yarp_prepare_plugin(LaserTowerOfDeathController
CATEGORY device
TYPE rd::LaserTowerOfDeathController
INCLUDE LaserTowerOfDeathController.hpp
WRAPPER RobotServer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(RaspiOnePwmMotorController
yarp_prepare_plugin(RaspiOnePwmMotorController
CATEGORY device
TYPE rd::RaspiOnePwmMotorController
INCLUDE RaspiOnePwmMotorController.hpp
WRAPPER RobotServer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(RaspiTwoPwmMotorController
yarp_prepare_plugin(RaspiTwoPwmMotorController
CATEGORY device
TYPE rd::RaspiTwoPwmMotorController
INCLUDE RaspiTwoPwmMotorController.hpp
WRAPPER RobotServer)
Expand Down
3 changes: 2 additions & 1 deletion libraries/YarpPlugins/RobotServer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 2.6)

find_package(YARP REQUIRED)

yarp_prepare_device(RobotServer
yarp_prepare_plugin(RobotServer
CATEGORY device
TYPE rd::RobotServer
INCLUDE RobotServer.hpp
WRAPPER RobotServer)
Expand Down

0 comments on commit 9dc5d4d

Please sign in to comment.