added mini install target

This commit is contained in:
john30
2018-05-10 13:32:12 +02:00
parent 1eb3518145
commit 3af05a251e
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -12,3 +12,6 @@ add_executable(ebusctl ${ebusctl_SOURCES})
add_executable(ebusfeed ${ebusfeed_SOURCES})
target_link_libraries(ebusctl utils ebus ${LIB_ARGP} ${ebusctl_LIBS})
target_link_libraries(ebusfeed ebus ${LIB_ARGP} ${ebusfeed_LIBS})
install(TARGETS ebusctl EXPORT ebusd DESTINATION usr/bin)