Skip to content
Snippets Groups Projects
Commit 1769d4bb authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

v4.0.0

parent 6c96c21b
No related branches found
Tags v4.0.0
No related merge requests found
Pipeline #8748 failed
<package format="2">
<name>dynamic-graph</name>
<version>3.8.1</version>
<version>4.0.0</version>
<description>
Dynamic graph library
</description>
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment