Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
c8c35b6c
Commit
c8c35b6c
authored
Feb 06, 2014
by
deuce
Browse files
Use conventional (?) names and paths for config export/install
parent
0be13f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xpdev/CMakeLists.txt
src/xpdev/CMakeLists.txt
+2
-2
No files found.
src/xpdev/CMakeLists.txt
View file @
c8c35b6c
...
...
@@ -189,6 +189,6 @@ endif()
export
(
PACKAGE XPDev
)
export
(
TARGETS xpdev FILE xpdev.cmake
)
install
(
TARGETS xpdev DESTINATION lib EXPORT XPDev
)
install
(
TARGETS xpdev DESTINATION lib EXPORT XPDev
Config
)
install
(
FILES
${
INSTALL_HEADERS
}
DESTINATION include/xpdev
)
install
(
EXPORT XPDev DESTINATION lib/cmake/
xpd
ev
)
install
(
EXPORT XPDev
Config
DESTINATION lib/cmake/
XPD
ev
)
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