added mini install target
This commit is contained in:
@@ -27,3 +27,6 @@ include_directories(../lib/utils)
|
|||||||
|
|
||||||
add_executable(ebusd ${ebusd_SOURCES})
|
add_executable(ebusd ${ebusd_SOURCES})
|
||||||
target_link_libraries(ebusd utils ebus pthread rt ${LIB_ARGP} ${ebusd_LIBS})
|
target_link_libraries(ebusd utils ebus pthread rt ${LIB_ARGP} ${ebusd_LIBS})
|
||||||
|
|
||||||
|
install(TARGETS ebusd EXPORT ebusd DESTINATION usr/bin)
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,6 @@ add_executable(ebusctl ${ebusctl_SOURCES})
|
|||||||
add_executable(ebusfeed ${ebusfeed_SOURCES})
|
add_executable(ebusfeed ${ebusfeed_SOURCES})
|
||||||
target_link_libraries(ebusctl utils ebus ${LIB_ARGP} ${ebusctl_LIBS})
|
target_link_libraries(ebusctl utils ebus ${LIB_ARGP} ${ebusctl_LIBS})
|
||||||
target_link_libraries(ebusfeed ebus ${LIB_ARGP} ${ebusfeed_LIBS})
|
target_link_libraries(ebusfeed ebus ${LIB_ARGP} ${ebusfeed_LIBS})
|
||||||
|
|
||||||
|
install(TARGETS ebusctl EXPORT ebusd DESTINATION usr/bin)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user