Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
sot-talos-balance
Commits
86b91a20
Commit
86b91a20
authored
Dec 25, 2019
by
Olivier Stasse
Browse files
[unittest] Add CMAKE_BUILD_DIR/unittest as an include directory.
parent
7f28924f
Pipeline
#7772
passed with stage
in 47 minutes and 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
unittest/CMakeLists.txt
View file @
86b91a20
...
...
@@ -58,6 +58,7 @@ ADD_DEFINITIONS(-DDEBUG=2)
# Add MatrixAbstractLayer compilation flags
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
INCLUDE_DIRECTORIES
(
${
CMAKE_BINARY_DIR
}
/unittest
)
FOREACH
(
test
${
tests
}
)
GET_FILENAME_COMPONENT
(
EXECUTABLE_NAME
${
test
}
NAME
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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