We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1011483 commit 6b93cc2Copy full SHA for 6b93cc2
Model/CMakeLists.txt
@@ -1,14 +1,12 @@
1
2
# List the source files for this library
3
-add_library(Model STATIC
4
- src/DifferentialDrive.cpp
5
- src/Joint.cpp
6
- src/KinematicTree.cpp
7
- src/Link.cpp
8
- src/Pose.cpp
9
- src/Pose2D.cpp
10
- src/RigidBody.cpp
11
- src/tinyxml2.cpp
+add_library(Model src/Joint.cpp
+ src/KinematicTree.cpp
+ src/Link.cpp
+ src/Pose.cpp
+ src/Pose2D.cpp
+ src/RigidBody.cpp
+ src/tinyxml2.cpp
12
)
13
14
# Specify targets to be built
Model/include/Model/DifferentialDrive.h
Model/src/DifferentialDrive.cpp
0 commit comments