Skip to content

Commit f0ae357

Browse files
authored
[CMakeLists.txt] Updated the CMake file to include the Franka Emika P… (#52)
* [CMakeLists.txt] Updated the CMake file to include the Franka Emika Panda robot. * [CMakeLists.txt] Updated the CMake file to include the Franka Emika Panda robot.
1 parent 9a793dd commit f0ae357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ADD_LIBRARY(dqrobotics SHARED
7070
src/robots/ComauSmartSixRobot.cpp
7171
src/robots/KukaLw4Robot.cpp
7272
src/robots/KukaYoubotRobot.cpp
73+
src/robots/FrankaEmikaPandaRobot.cpp
7374
)
7475

7576
SET_TARGET_PROPERTIES(dqrobotics
@@ -129,6 +130,7 @@ INSTALL(FILES
129130
include/dqrobotics/robots/ComauSmartSixRobot.h
130131
include/dqrobotics/robots/KukaLw4Robot.h
131132
include/dqrobotics/robots/KukaYoubotRobot.h
133+
include/dqrobotics/robots/FrankaEmikaPandaRobot.h
132134
DESTINATION "include/dqrobotics/robots")
133135

134136
# solvers headers
@@ -188,4 +190,5 @@ INSTALL(FILES
188190
src/robots/ComauSmartSixRobot.cpp
189191
src/robots/KukaLw4Robot.cpp
190192
src/robots/KukaYoubotRobot.cpp
193+
src/robots/FrankaEmikaPandaRobot.cpp
191194
DESTINATION "src/dqrobotics/robots")

0 commit comments

Comments
 (0)