Skip to content

Commit

Permalink
class moved from YARP_os to YARP_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 24, 2023
1 parent d860a1f commit c3863ab
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/libYARP_dev/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ set(YARP_dev_HDRS
yarp/dev/PolyDriverDescriptor.h
yarp/dev/PolyDriverList.h
yarp/dev/RGBDSensorParamParser.h
yarp/dev/ReturnValue.h
yarp/dev/ServiceInterfaces.h
yarp/dev/WrapperMultiple.h
yarp/dev/WrapperSingle.h
Expand Down Expand Up @@ -223,6 +224,7 @@ set(YARP_dev_SRCS
yarp/dev/PolyDriver.cpp
yarp/dev/PolyDriverDescriptor.cpp
yarp/dev/PolyDriverList.cpp
yarp/dev/ReturnValue.cpp
yarp/dev/RGBDSensorParamParser.cpp
yarp/dev/WrapperMultiple.cpp
yarp/dev/WrapperSingle.cpp
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/libYARP_dev/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ target_sources(harness_dev
PRIVATE
MapGrid2DTest.cpp
PolyDriverTest.cpp
ReturnValueTest.cpp
)

target_link_libraries(harness_dev
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions src/libYARP_os/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ set(YARP_os_HDRS
yarp/os/Random.h
yarp/os/ResourceFinder.h
yarp/os/ResourceFinderOptions.h
yarp/os/ReturnValue.h
yarp/os/RFModule.h
yarp/os/RFPlugin.h
yarp/os/RosNameSpace.h
Expand Down Expand Up @@ -211,7 +210,6 @@ set(YARP_os_SRCS
yarp/os/Random.cpp
yarp/os/ResourceFinder.cpp
yarp/os/ResourceFinderOptions.cpp
yarp/os/ReturnValue.cpp
yarp/os/RFModule.cpp
yarp/os/RFPlugin.cpp
yarp/os/RosNameSpace.cpp
Expand Down
1 change: 0 additions & 1 deletion src/libYARP_os/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ target_sources(harness_os PRIVATE
PropertyTest.cpp
PublisherTest.cpp
ResourceFinderTest.cpp
ReturnValueTest.cpp
RFModuleTest.cpp
RouteTest.cpp
SemaphoreTest.cpp
Expand Down

0 comments on commit c3863ab

Please sign in to comment.