aboutsummaryrefslogtreecommitdiff
path: root/cmake/helpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/helpers.cmake')
-rw-r--r--cmake/helpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/helpers.cmake b/cmake/helpers.cmake
index 8e0a8c3..a21d9f0 100644
--- a/cmake/helpers.cmake
+++ b/cmake/helpers.cmake
@@ -96,7 +96,7 @@ function(ethosu_add_executable target)
endif()
target_link_libraries(${target} PRIVATE
- ${ARGS_TARGET_LIBRARY} ethosu_core ${ARGS_LIBRARIES})
+ ${ARGS_TARGET_LIBRARY} ${ARGS_LIBRARIES})
ethosu_eval_link_options(${target})