mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
cmake: install jamid to libexec
Change-Id: Ief19e95693560eb1db50a90a446106e201860680
This commit is contained in:
@ -632,7 +632,7 @@ else()
|
||||
${DBUS_ADAPTOR_FILES}
|
||||
)
|
||||
target_link_libraries(jamid ${PROJECT_NAME} PkgConfig::DBusCpp)
|
||||
install (TARGETS jamid)
|
||||
install (TARGETS jamid DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user