Skip to content

Commit

Permalink
Update CMakeFiles.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Mar 14, 2024
1 parent 5be0b0c commit 8e2424d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ add_subdirectory(depth2kin)
add_subdirectory(fingertipsPortScope)
add_subdirectory(oculus)
add_subdirectory(wholeBodyPlayer)
add_subdirectory(motorTemperaturePublisher)
7 changes: 7 additions & 0 deletions app/motorTemperaturePublisher/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright: (C) 2024 iCub Facility - Istituto Italiano di Tecnologia
# Authors: Jacopo Losi
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

set(appname motorTemperaturePublisher)
file(GLOB conf ${CMAKE_CURRENT_SOURCE_DIR}/conf/*.ini)
yarp_install(FILES ${conf} DESTINATION ${ICUB_CONTEXTS_INSTALL_DIR}/${appname})
1 change: 1 addition & 0 deletions src/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_subdirectory(imageBlender)
add_subdirectory(imageCropper)
add_subdirectory(embObjProtoTools/boardTransceiver)
add_subdirectory(wholeBodyPlayer)
add_subdirectory(motorTemperaturePublisher)

add_subdirectory(canLoader)
add_subdirectory(ethLoader)
Expand Down
2 changes: 1 addition & 1 deletion src/tools/motorTemperaturePublisher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Authors: Jacopo Losi
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

project(MotorTemperaturePublisher)
project(motorTemperaturePublisher)
# find YARP
find_package(YARP COMPONENTS os sig dev)
# set up our program
Expand Down

0 comments on commit 8e2424d

Please sign in to comment.