Merge branch 'cmake-prefix' of github.com:ConiKost/ebusd into gentoo
This commit is contained in:
@@ -36,5 +36,5 @@ include_directories(../lib/utils)
|
|||||||
add_executable(ebusd ${ebusd_SOURCES})
|
add_executable(ebusd ${ebusd_SOURCES})
|
||||||
target_link_libraries(ebusd utils ebus pthread rt ${ebusd_LIBS})
|
target_link_libraries(ebusd utils ebus pthread rt ${ebusd_LIBS})
|
||||||
|
|
||||||
install(TARGETS ebusd EXPORT ebusd DESTINATION usr/bin)
|
install(TARGETS ebusd EXPORT ebusd DESTINATION bin)
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ add_executable(ebuspicloader ${ebuspicloader_SOURCES})
|
|||||||
target_link_libraries(ebusctl utils ebus ${ebusctl_LIBS})
|
target_link_libraries(ebusctl utils ebus ${ebusctl_LIBS})
|
||||||
target_link_libraries(ebuspicloader utils ${ebuspicloader_LIBS})
|
target_link_libraries(ebuspicloader utils ${ebuspicloader_LIBS})
|
||||||
|
|
||||||
install(TARGETS ebusctl ebuspicloader EXPORT ebusd DESTINATION usr/bin)
|
install(TARGETS ebusctl ebuspicloader EXPORT ebusd DESTINATION bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user