Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-dynamic-pinocchio
Commits
ba997b84
Commit
ba997b84
authored
Oct 31, 2013
by
Benjamin Coudrin
Browse files
Change Dynamic::CLASS_NAME in the shared lib
parent
1c0e1cca
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ba997b84
...
...
@@ -71,6 +71,7 @@ PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph)
INSTALL
(
TARGETS
${
LIBRARY_NAME
}
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
TARGET_LINK_LIBRARIES
(
dynamic
${
LIBRARY_NAME
}
)
# Install empty __init__.py files in intermediate directories.
INSTALL
(
FILES
...
...
src/sot-dynamic.cpp
View file @
ba997b84
...
...
@@ -37,7 +37,7 @@
using
namespace
dynamicgraph
::
sot
;
using
namespace
dynamicgraph
;
const
std
::
string
dynamicgraph
::
sot
::
Dynamic
::
CLASS_NAME
=
"Dynamic"
;
const
std
::
string
dynamicgraph
::
sot
::
Dynamic
::
CLASS_NAME
=
"Dynamic
Lib
"
;
using
namespace
std
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment