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
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
08b6df8b
Commit
08b6df8b
authored
Feb 08, 2019
by
Guilhem Saurel
Browse files
[CMake] fix case
parent
2771f3df
Pipeline
#2755
passed with stage
in 1 minute and 26 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
08b6df8b
...
...
@@ -53,7 +53,7 @@ else()
add_definitions
(
-DCLP_FOUND
)
endif
()
INCLUDE_DIRECTORIES
(
${
QP
OASES_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
${
qp
OASES_INCLUDE_DIRS
}
)
ADD_SUBDIRECTORY
(
include/
${
CUSTOM_HEADER_DIR
}
)
...
...
src/CMakeLists.txt
View file @
08b6df8b
...
...
@@ -19,7 +19,7 @@ SET(${LIBRARY_NAME}_SOURCES
ADD_LIBRARY
(
${
LIBRARY_NAME
}
SHARED
${${
LIBRARY_NAME
}
_SOURCES
}
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${
CDD_LIBRARIES
}
${
QP
OASES_LIBRARY
}
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${
CDD_LIBRARIES
}
${
qp
OASES_LIBRARY
}
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
eigen3
)
if
(
CLP_FOUND
)
...
...
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