Skip to content

Commit

Permalink
add missing cp statements for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
barrypitman committed Aug 27, 2024
1 parent 3253f3d commit 2b88ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hailort/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ case $PLATFORM in
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config release --target libhailort
mkdir -p ../include ../lib

cp ./build/hailort/libhailort/src/Release/libhailort.dll ../lib/
cp hailort/libhailort/include/hailo/*.h ../include/
;;
*)
echo "Error: Platform \"$PLATFORM\" is not supported"
Expand Down

0 comments on commit 2b88ac7

Please sign in to comment.