mirror of
https://github.com/hyprwm/hyprpolkitagent.git
synced 2024-11-24 05:55:59 +01:00
cmake: install to libexec
This commit is contained in:
parent
9185f20c35
commit
b7156cb5f4
1 changed files with 2 additions and 5 deletions
|
@ -51,8 +51,5 @@ target_link_libraries(hyprpolkitagent
|
|||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(TARGETS hyprpolkitagent
|
||||
BUNDLE DESTINATION .
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
)
|
||||
|
||||
install(TARGETS hyprpolkitagent DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
|
||||
|
|
Loading…
Reference in a new issue