Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
293b5700
Commit
293b5700
authored
Sep 24, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Set rpath to plasma-discover-update
parent
76b562c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
update/CMakeLists.txt
View file @
293b5700
add_executable
(
plasma-discover-update main.cpp DiscoverUpdate.cpp
)
set_target_properties
(
plasma-discover-update PROPERTIES INSTALL_RPATH
${
CMAKE_INSTALL_FULL_LIBDIR
}
/plasma-discover
)
target_link_libraries
(
plasma-discover-update Discover::Common KF5::CoreAddons KF5::I18n
)
install
(
TARGETS plasma-discover-update
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
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