Merge branch 'cmake-prefix' of github.com:ConiKost/ebusd into gentoo

This commit is contained in:
John
2024-01-20 14:27:48 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)