Skip to content

Commit

Permalink
copy sockpp headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 20, 2025
1 parent cb22109 commit 6606123
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions platforms/android/arm64-v8a/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ cmake \
-B build
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp build/libzedmd.so ../../third-party/runtime-libs/android/arm64-v8a/
cp -r test ../../
cd ..
Expand Down
1 change: 1 addition & 0 deletions platforms/ios-simulator/arm64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ cmake \
-B build
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp build/libzedmd.a ../../third-party/build-libs/ios-simulator/arm64/
cp -r test ../../
cd ..
Expand Down
1 change: 1 addition & 0 deletions platforms/ios/arm64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cmake \
-B build
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp build/libzedmd.a ../../third-party/build-libs/ios/arm64/
cp -r test ../../
cd ..
Expand Down
1 change: 1 addition & 0 deletions platforms/linux/aarch64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cmake \
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp -a third-party/runtime-libs/linux/aarch64/*.{so,so.*} ../../third-party/runtime-libs/linux/aarch64/
cp -a build/*.{so,so.*} ../../third-party/runtime-libs/linux/aarch64/
cp -r test ../../
Expand Down
1 change: 1 addition & 0 deletions platforms/linux/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cmake \
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp -a third-party/runtime-libs/linux/x64/*.{so,so.*} ../../third-party/runtime-libs/linux/x64/
cp -a build/*.{so,so.*} ../../third-party/runtime-libs/linux/x64/
cp -r test ../../
Expand Down
1 change: 1 addition & 0 deletions platforms/macos/arm64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ cmake \
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp -a third-party/runtime-libs/macos/arm64/*.dylib ../../third-party/runtime-libs/macos/arm64/
cp -a build/*.dylib ../../third-party/runtime-libs/macos/arm64/
cp -r test ../../
Expand Down
1 change: 1 addition & 0 deletions platforms/macos/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ cmake \
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp -a third-party/runtime-libs/macos/x64/*.dylib ../../third-party/runtime-libs/macos/x64/
cp -a build/*.dylib ../../third-party/runtime-libs/macos/x64/
cp -r test ../../
Expand Down
1 change: 1 addition & 0 deletions platforms/tvos/arm64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cmake \
-B build
cmake --build build -- -j${NUM_PROCS}
cp src/ZeDMD.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp build/libzedmd.a ../../third-party/build-libs/tvos/arm64/
cp -r test ../../
cd ..
Expand Down
3 changes: 3 additions & 0 deletions platforms/win/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ cmake \
-B build
cmake --build build --config ${BUILD_TYPE}
cp src/ZeDMD.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp third-party/build-libs/win/x64/libserialport64.lib ../../third-party/build-libs/win/x64/
cp third-party/runtime-libs/win/x64/libserialport64.dll ../../third-party/runtime-libs/win/x64/
cp third-party/build-libs/win/x64/sockpp64.lib ../../third-party/build-libs/win/x64/
cp third-party/runtime-libs/win/x64/sockpp64.dll ../../third-party/runtime-libs/win/x64/
cp build/${BUILD_TYPE}/zedmd64.lib ../../third-party/build-libs/win/x64/
cp build/${BUILD_TYPE}/zedmd64.dll ../../third-party/runtime-libs/win/x64/
cp -r test ../../
Expand Down
3 changes: 3 additions & 0 deletions platforms/win/x86/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ cmake \
cmake --build build --config ${BUILD_TYPE}
cp src/ZeDMD.h ../../third-party/include/
cp third-party/include/libserialport.h ../../third-party/include/
cp -r third-party/include/sockpp ../../third-party/include/
cp third-party/build-libs/win/x86/libserialport.lib ../../third-party/build-libs/win/x86/
cp third-party/runtime-libs/win/x86/libserialport.dll ../../third-party/runtime-libs/win/x86/
cp third-party/build-libs/win/x86/sockpp.lib ../../third-party/build-libs/win/x86/
cp third-party/runtime-libs/win/x86/sockpp.dll ../../third-party/runtime-libs/win/x86/
cp build/${BUILD_TYPE}/zedmd.lib ../../third-party/build-libs/win/x86/
cp build/${BUILD_TYPE}/zedmd.dll ../../third-party/runtime-libs/win/x86/
cp -r test ../../
Expand Down

0 comments on commit 6606123

Please sign in to comment.