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
dynamic-graph
Commits
1769d4bb
Commit
1769d4bb
authored
Mar 02, 2020
by
Guilhem Saurel
Browse files
v4.0.0
parent
6c96c21b
Pipeline
#9040
passed with stage
in 4 minutes and 37 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
package.xml
View file @
1769d4bb
<package
format=
"2"
>
<name>
dynamic-graph
</name>
<version>
3.8.1
</version>
<version>
4.0.0
</version>
<description>
Dynamic graph library
</description>
...
...
tests/CMakeLists.txt
View file @
1769d4bb
...
...
@@ -7,7 +7,7 @@ ADD_DEFINITIONS(-DTESTS_PLUGINDIR="${LIBRARY_OUTPUT_PATH}")
ADD_DEFINITIONS
(
-DTESTS_DYNLIBSUFFIX=
"
${
CMAKE_SHARED_LIBRARY_SUFFIX
}
"
)
MACRO
(
DYNAMIC_GRAPH_TEST NAME
)
ADD_UNIT_TEST
(
${
NAME
}
${
NAME
}
)
ADD_UNIT_TEST
(
${
NAME
}
${
NAME
}
.cpp
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
${
PROJECT_NAME
}
${
Boost_LIBRARIES
}
)
ENDMACRO
(
DYNAMIC_GRAPH_TEST
)
...
...
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