aboutsummaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
Diffstat (limited to 'applications')
-rw-r--r--applications/message_handler/lib/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/applications/message_handler/lib/CMakeLists.txt b/applications/message_handler/lib/CMakeLists.txt
index 7e2826b..4ea4010 100644
--- a/applications/message_handler/lib/CMakeLists.txt
+++ b/applications/message_handler/lib/CMakeLists.txt
@@ -19,12 +19,14 @@
add_library(message_handler_lib STATIC)
target_include_directories(message_handler_lib PUBLIC include
- PRIVATE ${LINUX_DRIVER_STACK_PATH}/kernel)
+ PRIVATE ${LINUX_DRIVER_STACK_PATH}/kernel)
-target_link_libraries(message_handler_lib PUBLIC ethosu_mailbox
+target_link_libraries(message_handler_lib
+ PUBLIC
+ ethosu_mailbox
+ $<$<TARGET_EXISTS:ethosu_core_driver>:ethosu_core_driver>
PRIVATE
cmsis_device
- $<$<TARGET_EXISTS:ethosu_core_driver>:ethosu_core_driver>
freertos_kernel
inference_process
tflu)