Skip to content

Conversation

chekalexey
Copy link
Collaborator

No description provided.


include_directories(${ARM_DIR})
include_directories(${ARM_DIR}/include)
link_directories(${ARM_DIR}/build)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
link_directories(${ARM_DIR}/build)
target_link_directories(MatMul PUBLIC ${ARM_DIR}/build)

Copy link
Member

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To ensure that ARM Compute Library is built before your sample, you can add:

add_dependencies(<MatMul/or other sample name> build_compute_library)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants