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
Stack Of Tasks
sot-core
Commits
42ea48c2
Unverified
Commit
42ea48c2
authored
Nov 12, 2020
by
Guilhem Saurel
Committed by
GitHub
Nov 12, 2020
Browse files
Merge pull request #170 from nim65s/devel
[CMake] find -ltracer
parents
7f5a93e5
16bf836a
Pipeline
#12137
passed with stage
in 53 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
42ea48c2
...
...
@@ -109,6 +109,8 @@ IF(UNIX)
pluginabstract
${
CMAKE_DL_LIBS
}
)
ENDIF
(
UNIX
)
# find -ltracer. TODO: that's ugly, properly export a component for each plugin instead.
LINK_DIRECTORIES
(
"
${
dynamic-graph_DIR
}
/../../../
${
DYNAMIC_GRAPH_PLUGINDIR
}
"
)
FOREACH
(
path
${
tests
}
)
GET_FILENAME_COMPONENT
(
test
${
path
}
NAME
)
ADD_UNIT_TEST
(
${
test
}
${
path
}
.cpp
)
...
...
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