We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd4e05 commit afd73bdCopy full SHA for afd73bd
examples/arm/image_classification_example/runtime/CMakeLists.txt
@@ -75,8 +75,8 @@ add_executable(img_class_example main.cpp)
75
76
target_sources(
77
img_class_example
78
- PRIVATE main.cpp ../executor_runner/arm_memory_allocator.cpp
79
- ../executor_runner/arm_perf_monitor.cpp
+ PRIVATE main.cpp
+ ${CMAKE_SOURCE_DIR}/../../executor_runner/arm_memory_allocator.cpp
80
)
81
82
target_link_libraries(
0 commit comments