Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Dec 19, 2024
1 parent 3344c55 commit 51c2999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion litecam/examples/barcode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if(WIN32)
$<TARGET_FILE_DIR:BarcodeScanner>)
elseif(UNIX)
add_custom_command(TARGET BarcodeScanner POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE_DIR:BarcodeScanner>)
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/../../../examples/10.x/sdk/platforms/linux/
$<TARGET_FILE_DIR:BarcodeScanner>)
endif()

0 comments on commit 51c2999

Please sign in to comment.