fix building ebusfeed

This commit is contained in:
John
2023-10-01 18:24:12 +02:00
parent c71b1daf74
commit d9f1bc58f3
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ if(HAVE_CONTRIB)
endif(HAVE_CONTRIB)
add_library(ebus ${libebus_a_SOURCES})
target_link_libraries(ebus utils ${libebus_a_LIBS})
if(BUILD_TESTING)
add_subdirectory(test)