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
Guilhem Saurel
dynamic-graph
Commits
83773039
Unverified
Commit
83773039
authored
Nov 12, 2020
by
Guilhem Saurel
Committed by
GitHub
Nov 12, 2020
Browse files
Merge pull request #81 from nim65s/devel
[CMake] DYNAMIC_GRAPH_PLUGINDIR is now relative
parents
a1ad21e6
ed9e114f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
83773039
...
...
@@ -143,10 +143,9 @@ ENDIF(SUFFIX_SO_VERSION)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
EXPORT
${
TARGETS_EXPORT_NAME
}
DESTINATION lib
)
SET
(
DYNAMIC_GRAPH_PLUGINDIR
"
${
CMAKE_INSTALL_PREFIX
}
/
lib/
${
PROJECT_NAME
}
-plugins"
)
SET
(
DYNAMIC_GRAPH_PLUGINDIR
"lib/
${
PROJECT_NAME
}
-plugins"
)
SET
(
PACKAGE_EXTRA_MACROS
"set(DYNAMIC_GRAPH_PLUGINDIR
${
DYNAMIC_GRAPH_PLUGINDIR
}
)"
)
SET
(
PKG_CONFIG_EXTRA
"plugindir=
${
DYNAMIC_GRAPH_PLUGINDIR
}
"
)
SET
(
CMAKE_INSTALL_RPATH
"
${
DYNAMIC_GRAPH_PLUGINDIR
}
"
)
ADD_SUBDIRECTORY
(
src
)
IF
(
BUILD_TESTING
)
...
...
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