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-python
Commits
3210e095
Commit
3210e095
authored
Apr 18, 2011
by
Francois Keith
Browse files
Correct the link with the plugins for the wrap
parent
23f77706
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
3210e095
...
...
@@ -112,12 +112,20 @@ EXEC_PROGRAM("${PKG_CONFIG_EXECUTABLE}"
# Tracer plugin
file
(
MAKE_DIRECTORY ../lib/dynamic_graph/tracer
)
IF
(
WIN32
)
SET
(
TRACER_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer
${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
ELSE
(
WIN32
)
SET
(
TRACER_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer
${
CMAKE_SHARED_LIBRARY_SUFFIX
}
)
ENDIF
(
WIN32
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
${
TRACER_PLUGIN
}
tracer-wrap
)
# TracerRealTime plugin
file
(
MAKE_DIRECTORY ../lib/dynamic_graph/tracer_real_time
)
IF
(
WIN32
)
SET
(
TRACERREALTIME_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer-real-time
${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
ELSE
(
WIN32
)
SET
(
TRACERREALTIME_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer-real-time
${
CMAKE_SHARED_LIBRARY_SUFFIX
}
)
ENDIF
(
WIN32
)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer_real_time"
${
TRACERREALTIME_PLUGIN
}
tracer_real_time-wrap
)
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