Skip to content

Commit

Permalink
update lib.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
yonielwest committed Feb 23, 2024
1 parent d702350 commit 207c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ ADD_CUSTOM_COMMAND(TARGET ${PROJECT_NAME} PRE_BUILD

# copy gpupixel and vnn lib
ADD_CUSTOM_COMMAND(TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
COMMAND ${CMAKE_COMMAND} -E copy_directory
${VNN_LIBS} ${COPY_DST_OUTPUT_DIR}
)
ENDMACRO()
Expand Down

0 comments on commit 207c544

Please sign in to comment.