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-torque-control
Commits
30f93b4e
Commit
30f93b4e
authored
Oct 30, 2019
by
Guilhem Saurel
Browse files
[CMake] tests need dynamic-graph
parent
ce04ad36
Changes
1
Hide whitespace changes
Inline
Side-by-side
unitTesting/CMakeLists.txt
View file @
30f93b4e
...
...
@@ -9,11 +9,12 @@ MACRO(SOT_TOR_CTR_TEST NAME)
ADD_TEST
(
test-
${
NAME
}
${
RUNTIME_OUTPUT_DIRECTORY
}
/test-
${
NAME
}
${
test-
${
NAME
}
-args
}
)
ELSE
(
test-
${
NAME
}
-args
)
ADD_TEST
(
test-
${
NAME
}
${
RUNTIME_OUTPUT_DIRECTORY
}
/test-
${
NAME
}
)
ENDIF
(
test-
${
NAME
}
-args
)
ENDIF
(
test-
${
NAME
}
-args
)
TARGET_LINK_LIBRARIES
(
test-
${
NAME
}
${
PROJECT_NAME
}
)
ADD_DEPENDENCIES
(
test-
${
NAME
}
${
PROJECT_NAME
}
)
PKG_CONFIG_USE_DEPENDENCY
(
test-
${
NAME
}
pinocchio
)
PKG_CONFIG_USE_DEPENDENCY
(
test-
${
NAME
}
dynamic-graph
)
IF
(
test-
${
NAME
}
-libs
)
TARGET_LINK_LIBRARIES
(
test-
${
NAME
}
${
test-
${
NAME
}
-libs
}
)
...
...
Write
Preview
Markdown
is supported
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