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-dynamic
Commits
b840e01e
Commit
b840e01e
authored
Sep 05, 2013
by
Francois Keith
Browse files
Directly use the plugin directory in the pkg-config file.
parent
75d6c1d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b840e01e
...
...
@@ -66,8 +66,8 @@ LIST(APPEND libs dynamic)
LIST
(
APPEND LOGGING_WATCHED_TARGETS
${
libs
}
)
# Add dependency toward sot-dynamic library in pkg-config file.
PKG_CONFIG_APPEND_LIBS_RAW
(
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
/plugin
/dynamic.so
)
PKG_CONFIG_APPEND_LIBRARY_DIR
(
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
/plugin
)
PKG_CONFIG_APPEND_LIBS_RAW
(
${
DYNAMIC_GRAPH_PLUGINDIR
}
/dynamic.so
)
PKG_CONFIG_APPEND_LIBRARY_DIR
(
${
DYNAMIC_GRAPH_PLUGINDIR
}
)
# Search for dependencies.
# Boost
...
...
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