Skip to content
Snippets Groups Projects
Commit 02867f1a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

cmake: install jamid to libexec

Change-Id: Ief19e95693560eb1db50a90a446106e201860680
parent 49ccc2f2
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment